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

  • Java Debugging Tips with Eclipse
    Debugging helps us to identify and fix defects in the application. We will focus on run-time issues and not compile time errors. Eclipse i...
  • 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...
  • 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...
  • 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...
  • Remote Debugging Java Dynamic Web Application in Eclipse
    I would like to debug my dynamic web application without using tomcat server setup on eclipse. So I got a solution from google and pasted h...
  • 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...
  • 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 ...
  • 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...
  • Run the Java Servlet
    Deploy your application in Server: Write the following sample code. //package a; import java.io.*; import javax.servlet.*; impo...
  • Sample build.xml to create war file based on eclipse directory structure
    Yesterday I got a chance to write sample build.xml for one of my colleague. He has default build.xml for his project which is written by s...

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.