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 Hibernate proxy?
    By default Hibernate creates a proxy for each of the class you map in mapping file. This class is created by hibernate using CGLIB.  Prox...
  • What happens if a class doesn't implement all the methods defined in the interface?
    A class must implement all methods of the interface, unless the class is declared as abstract. There are only two choices: 1.Implement ...
  • Class Data Sharing in J2SE 1.5
    Class Data Sharing Class Data Sharing is a new feature in Java 1.5. It is used to reduce the start up time for Java applications. When...
  • 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...
  • 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...
  • How to make @RequestParam Optional?
    A @RequestParam can be set as optional, by simply providing a default value to it as shown in the following example @Controller public ...
  • Struts 2 Architecture
  • Difference between Lock and Monitor - Java Concurrency
    A lock is like a privilege that only one thread can "possess" at any one time. If a thread wants to lock a particular object or ...
  • Collections Framework in Java
    Introduction to Collections framework in Java The collections framework in Java refers to a commonality in implementation of the contain...
  • What is User-Defined Exception?
    Developer can able to create their Own Exception Class by extending Exception Class from java.lang API. And the toString() method should ...

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.