JavaRewind

Creating blogs based on self learning from real time experience, online content, books and other blogs/forums.

Wednesday, March 29, 2017

Struts 2 Architecture

at March 29, 2017
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Recent Article

Spring Scoped Proxy Beans – Prototype bean into Singleton

How you can use Method Injection in scenarios where bean lifecycles are different i.e. you want to inject a non-singleton bean inside a si...

Popular Articles

  • What is Deadlock in Java?
    A  deadlock  is a situation where minimum two threads are holding lock on some different resource, and both are waiting for other’s resour...
  • What is groupId, artifactId and archeType in Maven?
    What is groupId in maven ? groupId identifies a particular project uniquely across all projects, so we should follow an naming conventi...
  • Spring Scoped Proxy Beans – Prototype bean into Singleton
    How you can use Method Injection in scenarios where bean lifecycles are different i.e. you want to inject a non-singleton bean inside a si...
  • Immutable object in Java
    Immutable objects whose state (i.e. the object’s data) does not change once it is instantiated (i.e. it becomes a read-only object after i...
  • Limitation of synchronized keyword in Java
    1. Synchronized keyword doesn't allow separate locks for reading and writing. As we know that multiple threads can read without affect...
  • Write a program to find the first non repeated character in a String?
    package com.lea.oops; import java.util.HashMap; import java.util.Scanner; public class FirstNonRepeatedCharacter {     /**      * @param ar...
  • Difference between Spring Container and Servlet Container?
    Spring container is responsible for creating the objects, wiring them together, configuring them, and managing their complete lifecycle fr...
  • JDBC RowSets
    In J2SE 1.5 , there are five new RowSet objects implemented. CachedRowSet and WebRowSet are the most valuable on that. The RowSet obj...
  • Java 6 Some Features and Enhancements
    Collections Framework Enhancements   The purpose of changes in this API is to provide better bi-directional collection access .   Th...
  • Why SerialVersionUID?
          When you serialize an object using Serialization mechanism (by implementing Serializable interface), there is a possibility that y...

Blog Archive

  • ▼  2017 (36)
    • ►  April (27)
    • ▼  March (9)
      • Agile Scrum Methodology
      • Spring framework Instrumentation
      • Spring HandlerMapping Types
      • What is Spring Framework
      • Design Patterns which are used on Spring project -...
      • Struts 2 Architecture
      • Spring - Inversion of control and dependency injec...
      • Externalization in Java
      • Serialization in Java
  • ►  2016 (22)
    • ►  May (1)
    • ►  March (9)
    • ►  February (12)
  • ►  2015 (28)
    • ►  June (28)
  • ►  2013 (3)
    • ►  March (3)
Simple theme. Powered by Blogger.