hi all,
I would like to develop a Document Management System in Java/J2EE.I think Jsp-Struts is more than enough for this.Am i right?
My Colleagues recommended "Spring".Please suggest me.
Also tell where use struts and where spring ?
Chandrakumar
-
Should i go for Spring Framework ? (4 messages)
- Posted by: chandra kumar
- Posted on: March 03 2006 10:58 EST
Threaded Messages (4)
- You SHOULD! by Pawel Zdziechowicz on March 03 2006 13:50 EST
- What is the architecture by weijie zhang on March 05 2006 00:54 EST
- What is the architecture by weijie zhang on March 05 2006 01:01 EST
- Should i go for Spring Framework ? by Saqib Rasul on March 06 2006 06:41 EST
-
You SHOULD![ Go to top ]
- Posted by: Pawel Zdziechowicz
- Posted on: March 03 2006 13:50 EST
- in response to chandra kumar
Assuming you are familiar with Struts - it stays as your Presentation layer. For Business Logic and Persistence go for Spring/Hibernate solution.
Take advantage of Mat Raible's Appfuse (https://appfuse.dev.java.net) or Equinox (https://equinox.dev.java.net) kickstart application.
He has done a great job for you.
Depending on the level of complexity of your application consider Ruby On Rails, as it can be the way to go (It is not mentioned to annoy anyone - just for reference). -
What is the architecture[ Go to top ]
- Posted by: weijie zhang
- Posted on: March 05 2006 00:54 EST
- in response to chandra kumar
You only said Document Management System. How complicated is the system? What is the architecture? That dictates what kind of framework you choose. Not the other way around. -
What is the architecture[ Go to top ]
- Posted by: weijie zhang
- Posted on: March 05 2006 01:01 EST
- in response to chandra kumar
You only said Document Management System. How complicated is the system? What is the architecture? That dictates what kind of framework you choose. Not the other way around.
JSP-Struts only takes care of View and Controller. What are you going to do for the Model component (Business components)?
Spring is more complete framework. You could choose modules you need such as ORM, MVC framework, AOP, etc. But I have never liked declarative config for dependency injection. It is good in theory, but in practice it is huge headache maintaining them. -
Should i go for Spring Framework ?[ Go to top ]
- Posted by: Saqib Rasul
- Posted on: March 06 2006 06:41 EST
- in response to chandra kumar
Arent there some good Open Source Java/J2ee Document Managements systems already available? I would look into these first and see if I could customize it to suit my customer.
Regards,
Saqib
http://galaxy.sagadc.com/
SAGA.M31 - Galaxy - Create Data Integration Web Services in 15 minutes visit