Search:

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

Page 1 of 12 1 2 3 4

Search: Search took 0.03 seconds.

  1. Is it possible to share same Spring INSTANCE across WARs?

    Hi All,

    I would like to know that can we share SAME Spring Bean Instance (created in x.WAR) to another war(y.WAR).

    In my application there are number of beans like HibernateSessionFactory,...
  2. Multiple problem while sharing applicaitonContext using JAR, between multiple war

    Hi,
    I am trying to share ApplicationContext between multiple war, using jar.Jar which contains 2 classes(CommonClass1,CommonClass2) and ApplicationContexts. The source code is attached with this...
  3. Hi Tejas, You can setup custom error page in...

    Hi Tejas,
    You can setup custom error page in Apache for error code 503. But again this is at server level not Spring.


    http://httpd.apache.org/docs/2.2/mod/core.html#errordocument

    example
    ...
  4. Hi, You can't you Redirect Attribute in...

    Hi,

    You can't you Redirect Attribute in Portlet Environment. Read below(which i copied from here):

    RedirectAttributes (Servlet-only, @MVC 3.1-only) to specify the exact set of attributes to...
  5. Replies
    1
    Views
    2,323

    Hi, I have not integrated Hibernate 4 but yes i...

    Hi,
    I have not integrated Hibernate 4 but yes i did with 3.3 & 3.4. Its easy and same. From your code i can understand that MVC has been set up and working fine. for How to set up Hibernate based...
  6. Replies
    2
    Views
    283

    Try Spring Security or any other Security...

    Try Spring Security or any other Security mechanism.
  7. Replies
    1
    Views
    304

    Say App1 is parent & App2 is child. You can...

    Say App1 is parent & App2 is child.
    You can call from webflow to App2's flow just like redirect. Do your execution there. Once all execution finished there, App2 webflow can redirect to App1's flow...
  8. Hi John, From my perspective you may now aware...

    Hi John,
    From my perspective you may now aware about Dependency Injection. Because of that you are going with such solution. If i am true then just look for dependency injection in Spring reference...
  9. what do you mean by "calling existing flow in...

    what do you mean by "calling existing flow in spring container"? if you talking about webflow then each weflow has its own url, you can call flow like that
  10. you can place js/css to any folder, just make...

    you can place js/css to any folder, just make sure that its filter="none" is there.
  11. yes or can be, session-timeout is never-expired...

    yes or can be, session-timeout is never-expired one
  12. Thread: Spring Timer

    by rohan123
    Replies
    1
    Views
    329

    You can use various available javascript/ajax...

    You can use various available javascript/ajax call or similar from presentation. when user is not able to answer and time of that question can be send when you sending page to client. Like when a...
  13. looks like some type mismatch or incorrect...

    looks like some type mismatch or incorrect mapping in





    <resultMap id="profileResultMap" class="users">
    <result property="serviceNo" column="serviceno" jdbcType="NUMERIC"...
  14. can you show your xml mapping file along with its...

    can you show your xml mapping file along with its relevant pojo ? it will easy for us
  15. Replies
    4
    Views
    600

    yes you can use Spring as a middleware, it simply...

    yes you can use Spring as a middleware, it simply loose couple your Business layer. Just search for Spring Petclinic. It will help you lot.
  16. Replies
    5
    Views
    2,188

    Congratulation!! I had one question of REST.

    Congratulation!! I had one question of REST.
  17. Looks good man!!! If possible try to go with...

    Looks good man!!! If possible try to go with Singleton pattern her(if possible), so multiple instances wont create of your empty logging class.
  18. Plz read the reference doc, it clearly mentioning...

    Plz read the reference doc, it clearly mentioning that, "he key is shared between the filter and authentication provider, so that tokens created by the former are accepted by the latter"
  19. Replies
    2
    Views
    373

    If Session Fixation Protection is enabled Spring...

    If Session Fixation Protection is enabled Spring Security will add a filter into stack, its name is SessionFixationProtectionFilter. what it is, plz just look into doc for "Session Fixation...
  20. Replies
    1
    Views
    643

    Spring JPetStore. ...

    Spring JPetStore.
    url:https://src.springframework.org/svn/spring-samples/jpetstore/trunk/org.springframework.samples.jpetstore/
  21. I think you need to add @Autowired at ...

    I think you need to add @Autowired at
    PersonService inside controller, same for Dao inside Service class.
  22. Exception itself suggest " nested exception is...

    Exception itself suggest "
    nested exception is java.lang.NoClassDefFoundError: javax/jdo/PersistenceManagerFactory " PersistenceManagerFactory is not available. plz make sure u added jdo jar.
  23. Thread: Mvc

    by rohan123
    Replies
    1
    Views
    323

    What is the problem you facing? plz send error...

    What is the problem you facing? plz send error log and relevant JSP you using for Uploading.
  24. Replies
    4
    Views
    318

    if you are saying that its not reading from...

    if you are saying that its not reading from Springmvc.xml can you show what exact name of that file? here you mapped with "spring-mvc" where as in web.xml its like "springmvc". if your web.xml is...
  25. Replies
    1
    Views
    455

    The login form contains j_username and j_password...

    The login form contains j_username and j_password input fields, and posts to the URL that is monitored by the filter (by default this is /j_spring_security_check). This URL is filterProcessUrl, You...
Results 1 to 25 of 295
Page 1 of 12 1 2 3 4