bostone
Jun 21st, 2005, 08:27 PM
Hi all,
I have a daunting task to design and create web-application framework for a client that wants portal built from scratch without buying into portlet API. In other words they have more than a hundred loosely related webapps (currently in ASP) that mainly read/write from Oracle database. They want unified security/navigation and common look-and-feel but also ability to develop each webapp individually and plug it in later. They don't want mix/match so there's one module per screen, however one navigation tab can host sequence of pages/screens. They also want to stay away from EJBs within servlet spec while using Spring/Hibernate
Now I can design it as one gigantic web-app however I'm looking into packaging whole solution as EAR with a single core framework WAR and ability to add module WARs later.
I'm thinking to use SWF to manage overall navigation but to use JSF or various SMVC controllers for the individual tabs.
Am I dreaming? Overcomplicating things? Please, any suggestions, thoughts will be greatly appreciated.
Finally - this EAR will be developed on JONAS or Geronimo but deployed into WebSphere App Server 6
I have a daunting task to design and create web-application framework for a client that wants portal built from scratch without buying into portlet API. In other words they have more than a hundred loosely related webapps (currently in ASP) that mainly read/write from Oracle database. They want unified security/navigation and common look-and-feel but also ability to develop each webapp individually and plug it in later. They don't want mix/match so there's one module per screen, however one navigation tab can host sequence of pages/screens. They also want to stay away from EJBs within servlet spec while using Spring/Hibernate
Now I can design it as one gigantic web-app however I'm looking into packaging whole solution as EAR with a single core framework WAR and ability to add module WARs later.
I'm thinking to use SWF to manage overall navigation but to use JSF or various SMVC controllers for the individual tabs.
Am I dreaming? Overcomplicating things? Please, any suggestions, thoughts will be greatly appreciated.
Finally - this EAR will be developed on JONAS or Geronimo but deployed into WebSphere App Server 6