↧
Interesting stuff in JSF 2.2
Arjan Tijms wrote a nice article on what’s going on in the development of JavaServer Faces 2.2 (JSR 344). Pretty interesting stuff! I just hope we don’t have to wait for Java EE 7 to put those useful...
View ArticleMigrating JodaTime to java.time
Recently, I migrated a project from JodaTime to the classes from the java.time package, which are added since Java 8 (JSR 310). While the JSR 310 API is inspired by JodaTime, it is certainly not the...
View Article