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 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...
  • Synchronization in Java
    Each Java Virtual Machine executes many threads at once. All threads execute their internal code and operate their values in a shared memo...
  • What is singleton class?
    Singleton class is used to create only one instance of the class. Its preventing to create multiple Objects and it is used to create the...
  • Serialization in Java
    Serialization is the process of converting an object's state (including its references) to a sequence of bytes, as well as the process...
  • How to write immutable class?
    We can create a immutable classes in different ways. The below strategy is used as a common strategy to create it. 1. Set all the propert...
  • 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...
  • Java Thread states
    Thread States Thread schedulers job is to move in and out of the running state. While thread sheduler can move a thread from running stat...
  • What are checked and unchecked exceptions?
    1) Checked Exception is required to be handled by compile time while Unchecked Exception doesn't. 2) Checked Exception is direct s...
  • Servlets
    What is servlet? Servlet is a java progrom it acts as a middle layer between web server and database server.  It is used to build a dynam...
  • Agile Scrum Methodology
      Agenda: Introduction What is Agile methogology What is Scrum? Histroy of Scrum Functionality of Scrum Components of Scrum Scrum...

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.