vote up 1 vote down star
1

ATG (http://www.atg.com) is a frameowrk, a platform and a solution for content presentation and management, personalisation, e-commerce and customer relationship management.

Which free and open source frameworks or products would you recommend to replace the basic functionality it provides?

In the spirit of Stack Overflow, can you answer with one item in each answer and use the voting rather than duplicating someone else's answer.

I have started with some answers

flag

38% accept rate

11 Answers

vote up 2 vote down

Content Repositories: Apache Jackrabbit

link|flag
vote up 1 vote down

Nucleus: Spring

link|flag
vote up 1 vote down

SQL Repositories: Hibernate

link|flag
vote up 0 vote down

Nucleus: EJB3

link|flag
vote up 0 vote down

Workflow: Drools

link|flag
vote up 0 vote down

Hibernate for database access Spring for integration GWT or good old JSP for presentation layer

Jboss is suitable for large applications requiring clustering and more sophisticated deployment. For simple web app Jetty or Tomcat are light and robust servers.

I propose to avoid EJB3, JMS etc, since once you start using them you can not get rid of them when they becoming obsolete, on the other hand POJOs are always up to date.

link|flag
vote up 0 vote down

DAS: JBoss

link|flag
vote up 0 vote down

DAS: Tomcat

link|flag
vote up 0 vote down

Formhandlers: Spring MVC

link|flag
vote up 0 vote down

Formhandlers: Struts

link|flag
vote up 0 vote down

Formhandlers + Presentation: JSF

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.