i want to develop a website on struts+session bean +spring ??
ashishk sharma
Greenhorn
Joined: Oct 23, 2008
Posts: 11
posted
0
HI
i m implementing a web site on session bean strusts and spring...........i want a suggestion can i just used struts and spring to develop a medium level of web site .................
if yes please tell me how can i use spring for buisness logic and database connection..i mean which feature of spring i can use to develope this kind of application...
Thanks in advance............................
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35236
7
posted
0
I think you have that backwards - you should first think about which features the web site should have, then about what a framework should do in support of these features, and only then about which which framework satisfies those requirements.
Thanks for suggestion....but i want to know how much it will support as a better web design architecture.
with the combination of
Struts and spring .............i mean as struts is also a MVC and Spring is also a MVC based architecture so please suggest me ahead.
Thanks .
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35236
7
posted
0
Those are just specific tools - all of them can be used to implement a good design, and all of them can be used to implement a bad design. But you need to have a design before you can meaningfully start thinking about which tool would be most appropriate.