怪我咯2017-04-17 11:09:48
You can listen to the following story, borrowing a sentence from Brother Xun:
There is no road in this world, but with more people walking, it becomes a road...
PS: The above is just a small trace of myself as a loser in the Java web development world. Looking back now:
The so-called framework is just a tool to help you complete some basic and trivial work, so that you can better focus on your business logic. Don’t put the root on its head, frame it for the sake of the frame. For a new project, if you have enough time, you can learn about it carefully and select carefully; if time does not allow, decisively choose the one you are most familiar with and trustworthy about...
PHPz2017-04-17 11:09:48
To summarize: SSH.
迷茫2017-04-17 11:09:48
Java itself is dancing with shackles.
Learning Struts can be painful.
But I can tell you that Spring is more complicated than that.
So learning Struts is a necessary course for Java EE.
However, I personally am not very optimistic about Java EE now. Instead, I am more interested in Android development. So I am not familiar with other frameworks. For example, Play Framework and the like.
怪我咯2017-04-17 11:09:48
Spring framework is basically a must. For companies that use Java, most application frameworks are based on spring framework.
If you think struts is complicated, try spring mvc.
伊谢尔伦2017-04-17 11:09:48
I don’t know what mainstream framework is used in enterprise development, but in javaEE, the SSH (spring struts hibernate) framework is more important.
高洛峰2017-04-17 11:09:48
I don’t know what framework is generally used, but you can try Google Web Toolkit
高洛峰2017-04-17 11:09:48
Spring is the mainstream choice as a framework that integrates other frameworks. If you want to use MVC, you can consider using Spring MVC or Struts. IoC If you want to use Spring IoC, you can use a lightweight implementation from Google. Depending on the actual situation of your project, you can consider using ORM or traditional JDBC. The more ORM frameworks are Hibernate and iBatis.
ringa_lee2017-04-17 11:09:48
Use SpringMVC, the Struts framework feels a bit outdated, or encapsulate it yourself