The main focus of these tutorials are to
- Help you get familiazed with the common tools and frameworks used in commercial Java development.
- Help you get started on a self-taught Java project to gain much needed hands-on experience by expanding on these tutorials.
There is no substitute for hands-on experience, so get into it. In my view, it is better to show off your prospective employers your self-taught Java/JEE projects utilizing the sought after technologies/frameworks than just taking pride only in your academic achievements.
|
Good understanding of this tutorial is required before you can work through the other Java and JEE tutorials. |
|
|
A basic Java EE tutorial using eclipse, maven, and Tomcat. This tutorial assumes that you have read the simple Java tutorial. |
|
|
A simple JSF tutorial with eclipse, Maven, and Tomcat server. JSF is a standard to implement Java based web framework. JSF 2 introduces a number of new features. It provides a standardized mechanism to support Ajax, input validation using annotations (JSR 303), facelets as default rendering engine. |
|
|
Acquire or sharpen your SQL and database skills, use it for your self-taught projects as a database, use it in commercial projects to write unit tests for your data access layer, and used in the ensuing tutorials on JDBC and Hibernate as the database |
|
|
JDBC stands for Java Database Connectivity and it is an interface for which various drivers are written for the relevant databases. This is a typical example of the bridge design pattern. |
|
|
Hibernate is a popular ORM tool for accessing databases from Java. It is used in many commercial projects. This tutorial will clarify some of the concepts discussed in Hibernate Interview Questions and Answers. |
|
|
You will be hard pressed to find a job advertisement for Java developers without the Spring framework skills. Spring framework is very vast and widely used in enterprise Java applications. |
|
|
More and more web services are written using the RESTful approach, this tutorial makes use of the Apache CXF as the JAX-RS implementation framework. |
|
|
This tutorial makes use of the Apache CXF as the JAX-WS implementation framework to implement a SOAP based Web Service.. |
|
More Java EE (i.e. JEE) Tutorials
(Stay tuned for more tutorials)
No comments:
Post a Comment
Leave a comment ....it will be published once moderated.