Category Archives: Java EE

Cookies in JSF

If you ever need a reminder… Gareth Thomas Hill: Cookies in JSF. (hint) they are in the http servlet request and response that you get from the Faces ExternalContext

Posted in Java EE | Leave a comment

Glassfish V3.0.1 and Update Tool

When installing plugins for glassfish at work I would receive a Premature EOF just after accepting the license terms for the plugin. This would occur regardless of method used, updatetool cli, gui or web. Strangely it worked at home, but … Continue reading

Posted in Java EE, Outrospective.org | Tagged , | Leave a comment

Java EE, Spring, and why I care

Finally a post that seems to be sticking up for the Spring framework. (nice change) Java EE, Spring, and why I care « techscouting through the news. Sure EJB 3.1 does make things easier, but it has taken a lot … Continue reading

Posted in Java EE, Spring | Leave a comment

Embedding Tomcat 7 in your App

So what if you ship with a plain old Apache server just to run some aging PHP.  If you have an server app running all the time, according to this post, it looks like you can embed Tomcat, just like … Continue reading

Posted in Hosting, Java, Java EE | Tagged , | Leave a comment

EJB 3 in 5 mins

This brief little youtube vid sums it up nicely. One step higher, the author has a JEE Intro focusing on web, MVC

Posted in Java, Java EE | Leave a comment

JSR 220: EJB 3.0

Sometimes the best resources are straight from the horses mouth.  The excellent resources I found are located on the Java Community Process site. The EJB 3 specifications for the core and persistence as well as a simplified spec can be … Continue reading

Posted in Java EE | Leave a comment