Advice for Spring Adaptation for an SAP connected intranet site
We have an intranet site that serves 50.000 users at maximum (generally only a couple of people is online at the same time). We use Eclipse, SAP Connector, J2EE 1.4, JSP, Struts 1.x, Tomcat 4.1, and SVN.
1- I want to modernize/rewrite the whole site with an easier structure and best-in-class software and techniques. What are your advices on this?
2- I'm planning to开发者_运维知识库 use "SpringSource Tool Suite" for this purpose, is this suitable? What else do I need? There are so many download options on the Spring download site, I'm confused, for example Spring Framework, Spring IDE, Spring Security etc. are all listed separately on the site, why? I have just downloaded "SpringSource Tool Suite" which is hundredths of megabytes in size, does it include all of them?
3- After installing Spring and all required tools, what type of project should I create in Spring?
Many thanks.
Yes You can use Spring with following module 1. For presentation tier you will have Spring MVC
Upgrade the Tomcat version to latest stable version.
You also use Hibernate and JPA to increase performance at database level. -- In DAO tier
You can DOJO or DWR or JQuery for AJAX in presentation tier
You can do aspect oriented programming and use more annotation than code using spring core.
精彩评论