Entries Tagged as 'j2ee'

Thursday, October 16th, 2008

Reusing Annotation Based Controllers in Spring MVC

I was a late comer to the wonderful world of Spring. Seeing that I hate XML, I am very keen on using annotations everywhere! Everything I read said that using annotation based controllers wasn’t a good idea because they were hard to re-use due to their very fluid rules for method signatures. The first thing [...]

Wednesday, August 27th, 2008

Eclipselink in J2SE RCP Applications

In this article I’ll go over integrating EclipseLink into an RCP application. I will not explain every detail of the JPA specification however. The source code this article is partially based off of is currently pending IP Review for inclusion in the official EclipseLink project, however you may download it now from here. You can [...]

Wednesday, May 16th, 2007

Using Protototype AJAX & JSON with J2EE and Struts

We don’t always get to use the latest greatest web framework, but just because you’re using a crusty old dinosaur J2EE XML framework from the pits of hell, doesn’t mean you can’t make girls cry with your AJAX/JSON skills. This tutorial will show how to use prototype to return JSON data to your jsp. Bookmark [...]