Reference: Mr.Joshua Marinacci’s Blog Real bugs will be fixed faster and non-bugs will be closed faster than ever. Java won’t fork. Few developers will have incentive to fork Java. It’s a lot of work for little gain. Branches for new features or new platform support: yes. A true fork: no. Not even MS has muchContinue reading “How will open source change Java?”
Category Archives: Java
SUN opensources JAVA
Sun had announced the open sourcing of more components of the Java platform under GPL2 License yesterday. Sun’s promise to open Java is well underway to being fulfilled. The components that are being released are the Java C Compiler, HotSpot VM (Virtual Machine), and the Java Helpdesk. Technorati tags: Sun, Java, OpenSource
Five Advantages of Spring Framework
1. Spring Provides Better Leverage 2. Spring Enables POJO Programming 3. Dependency Injection Helps Testability 4. Inversion of Control Simplifies JDBC 5. Spring‘s Community Thrives Read more on this here Technorati tags: Spring Framework
12 BENEFITS of Spring MVC over Struts
Spring is a powerful Java application framework, used in a wide range of Java applications. It provides enterprise services to Plain Old Java Objects (POJOs). Spring uses dependency injection to achieve simplification and increase testability. 1. Spring provides a very clean division between controllers, JavaBean models, and views. 2. Spring’s MVC is very flexible. UnlikeContinue reading “12 BENEFITS of Spring MVC over Struts”
