Posts Tagged 'Struts'

Flash or Pure Web Programming to Skip JSF or Struts?

I’m working with different JSF frameworks for some time now and had a look back to the Struts-based Common-Controls recently.

My last hands-on on Struts was in 2003. So, I can’t remember in detail if I had a good or bad feeling about using it. I remember that I chose it to get faster results. The learning curve was quite steep. But, reconsidering the time-frame I had the result was ok to me.

Todays JSF experiences in mind it was ...

More
0

Why you should prefer JSF over Spring-MVC?

Although, I’m a fan of the Spring Framework it’s not in any case the best you can get. Meanwhile, there’s a lot of stuff in it. But, limited resources and parallel developments in the community, to improve certain aspects of the Java/JEE platform, led to parts in Spring that should be skipped or further developed before used.

One of these aspects in Spring is Spring-MVC. From the historical point of view it helps to get rid of cumbersome JSP coding, like ...

More
0

Nightmares on JSF Street in Trinidad

JavaServer Faces (JSF) is the upcoming standard for the presentation layer of enterprise architectures. It’s going to replace the good old Struts. Struts, being the first widely accepted MVC 2 framework, to separate presentation from business logic, JSF now adds a real component model, event handling, validation and more to it. JSF can be compared to GUI development, although it doesn’t result in a single standalone client-side application, but in a bunch of code for the app ...

More
0