I helped my friends write complete settings and use Java Web to complete some curd functions. I have php native basics and a little framework basics, and I have learned something about Java EE before. Is there any good Quick Start tutorials on the Internet? Java black indicates that eclipse is not very easy at present to help friends write complete settings, using java web to complete some curd functions, I have php native basics and a little framework basics, I have learned something about java ee before. Is there any good Quick Start tutorials on the Internet?
Java black indicates that eclipse does not currently use
Reply content:
I helped my friends write complete settings and use java web to complete some curd functions. I have php native basics and a little framework basics, and I have learned something about java ee before. Is there any good Quick Start tutorials on the Internet?
Java black indicates that eclipse does not currently use
Okay, I'll give it a chance ..
I used to work on Java Web. The routes are as follows for a reference:
JSP -> Servlet -> Java SSH Framework
Among them, I only learned Hibernate for SSH, and I went on to do something else, so it only involves some simple MVC, design patterns, ORM and so on, at that time, I was enough to make some simple MIS systems.
Let's talk about it separately.Java RESTful, You can useSpring3You can also use otherJSR 311Implemented REST framework.
In terms of Web Container, Tomcat is usually enough. If you want to use JBoss, you are also free to use it... In this regard, there is a book "JBoss in Action".
In my graduation project, do you think there are some online teaching videos? For example, Java Web development of Chuanzhi podcast. Actually, I thinkGetting started book + documentation + Github Demo + Q & A communityIn this way, learning and doing can also achieve good results.
It seems a bunch of nonsense >_< I am here to join ~
Go directly! Can use this Java Lightweight Framework: http://www.playframework.com/
I also answered here: http://segmentfault.com/q/1010000000364063#a-1020000000364524
Check the problem scale. The configuration should be relatively simple. We recommend that you use the original Servlet API + handwritten web. xml + the original jsp + JDBC with only one layer of thin-encapsulated commons-dbutils.
A lightweight framework Spark is recommended for complex points.
The build tool Maven is almost required. You must use it to manage third-party libraries and their dependencies. For example, if your project uses commons-dbutils, you only need to add:
commons-dbutils
commons-dbutils
1.5
That's all. You do not need to sign in any third-party library binary files or code files from version control.
IDE: eclipse or IntelliJ Idea
To meet the requirements, you only need to use the combination of servlet and JDBC. The simple Dao and Service layers are used. For more standardization, you can use the building.
As mentioned above, maven is used to manage project dependencies.
If there are other requirements, such as what framework technology is used and what server is used. Detailed analysis of specific requirements.
Read HeadFirst Servlet & JSP to learn the most comfortable book of java web.
Servlet + jsp + mysql is enough. I suggest you borrow a java web entry book from the library, for example, 21 days learning java web, to see the basic principles and syntax, then let's take a look at the example of a web website and follow this column to complete your configuration.
1. If you have plenty of time, you can find the Getting Started video to learn.
2. Take the time to get started with a practical document,Servlet+JDBCThat's enough. It's easy.
3. You can try some open-source frameworks, suchSpringMVC,MybatisOrSpring Boot.
Here we recommend some learning materials:
Http://www.mkyong.com
Http://www.hubwiz.com/
MOOC
Concurrent Programming Network
I think Spring or Struts + Spring can be used to get started quickly. Let's look at other people's code and configure it.
If you do not need further development in the future, servlet does not need to be viewed at all.
The biggest fear is getting started with java web. When someone else speaks, it means using ssh !!
Basically, there are many java web frameworks, but it is difficult to get started quickly, because you must master the following skills: orm, servlet, Page Template, java application container, and development tools ~~~
If you want to get started quickly, create a web application as soon as possible. You can only use ROR or django.
Let's get started quickly. Use spring MVC. Google search to find an article to build it. As the author said, javascript should be easy to understand. If not, use jsp, use annotation development and there is no need for too many configuration files
If you just want to design a graduation project, use JSP directly (only need to understand servlet ). after reading the basic JSP video, you should be able to complete the uncomplicated graduation design within one week after getting started. The framework is not needed. This requires learning. If errors occur during framework calling, it is difficult to find the problem if you have no experience.
I am studying java in my spare time. I feel like I have learned spring and mybatis. <= If I have learned spring, I will make up the answer ~~
Don't always want to get started quickly. Isn't it good to take a moment to study it carefully? After writing the code, people will also feel comfortable and have a sense of accomplishment ....
Do not use java for web ROR NodeJs. It is more suitable for the current environment. If you have to do so, do not learn JavaEE (the set of ejb ssh Servlet) and directly Play it! The framework will be more appropriate.
I think I should just move the word "quick ".