> Spring framework Expert Technical Advice Page 2 - TheServerSide.com

Java Development Topics:

Spring framework

The Spring Framework is an open-source framework for the Java platform and .NET framework that focuses on managing business objects with a layered architecture. When developing under the open-source spring framework for Java and .NET, what are the best practices in transaction management, data access and aspect oriented programming. Learn about using the Spring IDE and mastering the core container and security. Stay up-to-date on Spring development tools, Spring web services and Spring python. In this section on Spring Framework, we offer news, research and tutorials to help you develop applications, keep them secure and get a handle on managing data, objects and the core container. The Spring framework is an open source framework for the Java platform and .NET framework that focuses on managing business objects with a layered architecture.

Display in sets of:
  • Commonly misconfigured Tomcat performance settings 05 May 2013

    Tip - Tomcat on the server is different from Tomcat on the desktop, but too many system admins fail to optimize their production servers for performance.

  • Tomcat performance optimization consolidating log files 05 May 2013

    Tip - By default Tomcat uses several log file handlers, but performance can easily be optimized by configuring the server to use only one.

  • Permanently setting web.xml parameters 22 Mar 2013

    Tip - Some settings in the web.xml file can easily be changed by developers, causing runtime problems on the server at deployment. Here is how to permanently set web configuration parameters on the server that will not be overridden.

  • Water-Scrum-fall: It's a phenomenally bad methodology 07 Jun 2012

    Video Tip - The bottom line? You're either Agile or you're not, and if you're not, using water-Scrum-fall to squeeze in Agile methodologies may only create problems and resentment.

  • The intricacies of safe and unsafe casting in Java 7 26 Jan 2012

    Tip - One of the problems with casting is that it does have the potential to cause a loss of precision, especially if the number that gets cast does indeed fall outside of the range of the target type. Here we will explain why this happens.

  • OCPJP Java 7 Mock Exam Question: AutoCloseable 30 Dec 2011

    Tip - The Oracle Certified Professional Java Programmer (OCPJP) exam requires you to know the ins and outs of the new language features introduced in Java 7. This tricky question tests you on your knowledge of try-with-resources and AutoCloseable objects.

  • Spring Ehcache integration 17 Aug 2011

    Tip - Integrating Ehcache with Spring-based applications is actually fairly easy. Let's look at this integration with a sample BuddyManagement application.

  • Combining Annotation and XML Configurations in your Spr 01 Nov 2010

    Tip - Who says you need to choose between XML and annotation based configurations. Why not use both! It's as easy as a little import annotation at the top of your config file.

  • High Scalable & Distributed Architecture with EJB & Spr 29 Sep 2010

    Tip - In an Enterprise world, Spring Framework with some standard ORM tool like Hibernate gained considerable acceptance as a light-weight architecture for mid size applications. Also in Java EE 5 specification, major changes has been done on component...

  • Database Access with Spring 3.0 and the JdbcTemplate 14 Sep 2010

    News - Learning Spring can be intimidating, because there are so many different aspects to the framework. At its core, Spring is an Inversion of Control (IoC) and Dependency Injection (DI) container. It's also a powerful platform for doing some aspect oriented...