Results 1 to 2 of 2

Thread: Is it possible to use Spring framework with exstd AbsServlet

  1. #1
    Join Date
    Jul 2005
    Posts
    4

    Default Is it possible to use Spring framework with exstd AbsServlet

    I am new to Spring Framework. I could not find a solution to incorporate the existed authorization and authentication framework to spring framework. myCompanyInfrastructure has Abstract servlet which extends Http servlet and has doGet and doPost methods. We hided these and myCompDoGet and myCompDoPost methods were available to the extended class.
    All app servlets must extend this Infrastructure’s absServlet for click to click authorization, authentication and user’s authorized products.

    Is it possible to use Spring Framework with the existing myCompanyInfrastructure ‘s authorization and authentication abstract servlet?

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    1,104

    Default

    Is it possible to use Spring Framework with the existing myCompanyInfrastructure ‘s authorization and authentication abstract servlet?
    You should be able to access the context using WebApplicationContextUtils.

Similar Threads

  1. Spring MVC Web Framework versus Struts
    By biguniverse in forum Web Flow
    Replies: 27
    Last Post: Aug 29th, 2012, 03:57 AM
  2. Replies: 5
    Last Post: Aug 9th, 2008, 05:30 AM
  3. Comparision JMX Spring
    By umeshs79 in forum Container
    Replies: 5
    Last Post: Jun 16th, 2005, 12:27 PM
  4. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •