Posts

Showing posts from September, 2012

The spring vs. jee battle

There are many articles about the spring vs. jee battle. This one is one of the nicest, specially some responses bring it clearly to the point, why spring isn't dead. https://blogs.oracle.com/arungupta/entry/why_java_ee_6_is

Internet Slang

...well ... also good to know :) http://www.internetslang.com

Spring MVC3 and JSF2 ...

"this page demonstrates how to access a Spring bean using JSF EL (${helloWorld.message}) and how to render an image both using JSF resources handling and a regular img tag. You will have to manually put some images in the webapp/resources/images folder to try this. Posting the form should reload the page and display the message you entered in the textbox...." http://papweb.wordpress.com/2011/07/29/spring-mvc-3-jsf-2-with-maven-2-and-tomcat/