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

  • Take thread dumps from a JVM on UNIX or Windows?
    How can I take thread dumps from a JVM on UNIX or Windows? A thread dump is a list of all the Java threads that are currently active in...
  • Static Variables and Methods in Java
    In place of global variables as in C / C++ , Java allows variables in a class to be declared static: public class A { static int k...
  • How inheritence achieved in spring?
    A bean definition can contain a lot of configuration information, including constructor arguments, property values, and container-specific ...
  • 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 ...
  • Difference between sleep() and wait()?
    sleep()  is a method which is used to hold the process for few seconds or the time you wanted but in case of  wait()  method thread goes i...
  • SimpleDateFormat and DateFormat
    SimpleDateFormat is a class used to format and parsing dates in a locale sensitive manner. It is used to format date into text and parse te...
  • Java 7 Features
    Binary Literals   - In Java SE 7, the integral types ( byte ,  short ,  int , and  long ) can also be expressed using the binary number sy...
  • Why do we need to override the equals and hashCode methods in Java?
    Collections such as HashMap and HashSet use the hashcode value of an object to determine how the object should be stored in the collection...
  • Which should you use, abstract classes or interfaces?
    Abstract classes are similar to interfaces. You cannot instantiate them, and they may contain a mix of methods declared with or without a...
  • 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...

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.