Monday, 2 June 2008

Enterprise Web Apps with JSF, EJB3.0 and JPA

Just got back from a training course on the above. Very cool. I really enjoyed it. Having used Struts for years I've always been irritated that MVC architecture was a complicated as it was. It never really felt as though it had been given the attention it required. JSF on the other hand feels like MVC the way it should be. Navigation rules are simple and obvious. Some people suggest that there's little difference between Struts MVC and JSF. At first glance I agree it does seem that the difference isn't very great. You really notice it when you develop in JSF in production.

I have to say that so far JSF promises a lot but seems under developed, however I'm not sure if this is just my lack of knowledge. So I went out and bought the book "Core Java Server Faces" Prentice hall. Which basically says how to do all the good stuff that wasn't in the course!

Now JSF is officially part of JEE it's popularity is sure to increase faster than ever.

EJB3.0 was a vast improvement on previous EJB versions. I took a look EJB 2.0 a while ago but the overhead was so vast that we deemed it too heavy for our requirements. Now I think that's changed. Although I don't have need of most of it's attributes. If/when I start dealing with more distributed transactional systems I'll certainly re-evaluate EJB as a possible solution.

JPA - great as ever really simplifies the persistence process