Results 1 to 2 of 2
Thread: Architecture of Web Application
- 01-03-2009, 10:26 AM #1
Member
- Join Date
- Jan 2009
- Posts
- 1
- Rep Power
- 0
Architecture of Web Application
Hi
Can anybody tell me what all are the drawbacks of writing a web application in Java without following MVC or any specific architecture, ie using only jsps to handle everything.
How session management would be effective in such an application?
How scalable would be such an application?
Corrently I am in the process of rewriting such an application.
I want the rewritten application to manage the session porperly, and it should be scalable.
Then what architecture would be perfect for me.
Please advice.
Thank You!
- 03-02-2009, 09:36 AM #2
Member
- Join Date
- Mar 2009
- Posts
- 3
- Rep Power
- 0
I have had to do that in the past. The only advice I can give you is to rewrite everything in an MVC framework. An application like that is a nightmare to maintain.
Sessions, security, scalability would depend on the framework you choose. Any framework you choose I guarantee is going to be better than using JSPs for all tiers and aspects.
Right now I am evaluating Grails, maybe you should give it a look. There are many popular web frameworks like Spring MVC, Wicket, Googles GWT (this one is very nice), and many more. So choosing one can be hard.
Similar Threads
-
Java based Web Application architecture
By AmmarKhalid in forum New To JavaReplies: 1Last Post: 11-05-2008, 08:20 AM -
Architecture Rules 2.1.0
By Java Tip in forum Java SoftwareReplies: 0Last Post: 07-05-2008, 06:18 PM -
Architecture Rules 2.0.1
By JavaBean in forum Java SoftwareReplies: 0Last Post: 11-17-2007, 02:03 PM -
Architecture Rules 2.0-rc2
By JavaBean in forum Java SoftwareReplies: 0Last Post: 11-14-2007, 06:27 PM -
Architecture of Any IDE...
By vikki_pu in forum Other IDEsReplies: 5Last Post: 10-30-2007, 01:08 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks