简体   繁体   中英

What Web FrameWork will be good for java developers?

i'm very new to the word Framework. I need to design some websites, i want to learn any Web framework for java. And hence this is the first framework i'm learning in my life, what framework i have to select?

  1. GWT
  2. JSF 2.0
  3. Apache Wicket
  4. Apache Tapestry
  5. Struts

This is most popular frameworks as i know. I like GWT, but you may choose what you want, it depends on your goals. To familiarize you can work with each

Although this is a fairly subjective question, learn Struts 2 ! (the 2 is important!) It is fairly simple, uses plain Java objects, the design is clear. You can start with a small project and expand as you learn.

This depends on what exactly you are trying to accomplish. Are you trying to write the backend server logic? Are you trying to implement a web-based UI that presents / communicates with that logic?

For creating a web-based UI in Java, you might want to try Google Web Toolkit (GWT) . For the backend logic, there is Google App Engine . I'm sure there are lots of other frameworks that others will list.

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