简体   繁体   中英

Web application framework in java with eclipse plugin

I would like to start off with a web application developed using a framework, I specifically want to code using Java and also need a plugin in eclipse so that it is easy to debug and deploy.

I have gone through a couple of web sites and found ZK, extjs Vaadin which can be used for the framework development. But I would like more input on this. Whether these are the best frameworks or is there some thing else that will be useful.

Thanks, Bhavya

GWT is a great framework with good eclipse plugin . GWT is my preference

JBoss SEAM framework. Install the JBoss Tools package (also available in Eclipse MarketPlace). It allows you to integrate JSF, JPA with a Seam Framework. JSF & JPA are JSR that is now standard in Java EE.

At the moment de facto standard web framework for Java EE is Spring Framework . And plugin for eclipse can be found here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM