Search:

Type: Posts; User: extremejava; Keyword(s):

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    113

    Spring+AspectJ AOP config with JSP

    I have configured AspectJ in my spring application. Since my app is a legacy app which is using JSP scriptlet code for server side processing.

    The problem I am facing is that I want to invoke an...
  2. Replies
    3
    Views
    2,734

    sorry for picking up this old topic. This thread...

    sorry for picking up this old topic. This thread is coming in search results and wanted to add what I had been searching for:
    We can also map a JSP file to request URL by using the translated and...
  3. though I am late in replying here. But you can...

    though I am late in replying here. But you can implement a javascript based mechanism to <a href="http://www.javaexperience.com/force-page-to-login-after-struts2-session-timeout/">force login page...
  4. My problem is not for bean instantiation but is...

    My problem is not for bean instantiation but is about how to maintain an arraylist of all instances of Employee class.
    The code is just for demonstration purpose.
  5. Put multiple bean instances in a collection

    My requirement is put multiple instances of a bean (scope=prototype) into an ArrayList.
    Is there any automatic way to achieve it.
    Currently I have written a helper class to return the bean instance...
Results 1 to 5 of 5