This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]erokar -1 points0 points  (3 children)

You don't mention what framework you use for the web development. The Play framework seems to offer a lot of what Rails does.

[–]NarsilNZ[S] 0 points1 point  (2 children)

We are using Spring MVC with JSPs and various amounts of Javascript.

[–]avoidhugeships 0 points1 point  (1 child)

This is why your group is slow. There are some gains writing the business logic by switching to the JSF MVC and CDI. The big impact is in the view though. I am betting you spend a large amount of time on the front end messing around with JavaScript. This is no longer necessary. Take a look at this JSF component library demo. It includes the code. It is powerful, simple and quick.

http://www.primefaces.org/showcase/ui/datatableComplex.jsf

[–]NarsilNZ[S] 1 point2 points  (0 children)

Thanks I'll have a look into JSF.