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

  • 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 ...
  • 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 ...
  • 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...
  • 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...
  • Difference between wait and sleep methods
    1) wait() method must be called from synchronized context i.e. from synchronized method or block in Java. If you call wait method withou...
  • OOPs Concepts
    Abstaractions, Encapsulation, Inheritance, Polymorphism and Composition are the important concepts for the object oriented programming/des...
  • 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...
  • 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...
  • Externalization in Java
    Before going into what externalization is, you need to have some knowledge on what  serialization  is because externalization is nothing ...

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.