Home »
Java
» Ten Technologies Every Java Developer Should Know
- At least one MVC Framework like JSF, Struts, or Spring MVC
- Hibernate or JPA
- Dependency Injection (as demonstrated in Spring or Java EE through @Resource)
- SOAP based Web Services (JAX-WS)
- Some build tool (Ant, Maven, etc.)
- JUnit (or other Unit Testing framework)
- Version control
- JSTL
- Application server/container configuration management and application deployment (whether it is WebSphere, Tomcat, JBoss, etc. you need to know where your application runs and how to improve its execution).
- AJAX
Related Posts:
How to get the System Properties and System Environment variables by using JavaTo get the System properties we can use getProperty() of System class. To get all the System properties we can use the getProperties() of System class.package com.ranga;/** * Created by ranga on 1/12/14. */publ… Read More
Externalization in JavaIn my previous post ( Serialization), we saw about Serialization. While using Serialization we can get some limitations.Limitations of Serialization: File size is very high because it contains meta information of the file.Cus… Read More
Step by Step to develop Spring4.0 ApplicationStep1: Create Java ProjectThe first step is to create a simple Java Project using Eclipse IDE. Follow the option File -> New -> Project and finally select Java Project wizard from the wizard list. Now name your pr… Read More
New Features in Spring Framework 3.xNew Features in Spring Framework 3.x:Java 5 Support - The core API of Spring 3.0 framework is using Java 5, so Java5 or above is required to run Spring 3.0 based applications. Java 5 features such as generics and annotations … Read More
New Features in Spring Framework 2.5:New Features in Spring Framework 2.5:Annotation-driven configuration: Annotation-driven dependency injection through @Autowired annotation and fine-grained auto wiring control with@Qualifier.Support for JSR-250 annotati… Read More
1 comments:
I like your blog. Learn more technology with Java Course in Greater Noida.
Post a Comment