Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    1,638

    just a follow up on this thread, I too have an...

    just a follow up on this thread, I too have an application built on spring (core, AOP, MVC, webflow, springsecurity, ibatis, PostgreSQL) and currently considering moving from windows XP to linux....
  2. Replies
    2
    Views
    10,341

    I am already using log4j in my application, I was...

    I am already using log4j in my application, I was looking for the property name to enable logging for spring security. The line below did just what I want!
    ...
  3. Replies
    2
    Views
    10,341

    Logging spring security 2.0.3 activities

    How to enable DEBUG level of spring security using log4j?
  4. Replies
    1
    Views
    767

    Solution found

    See this thread:
    http://forum.springframework.org/showthread.php?t=58567
  5. Thanks Martin, the code compiles without any...

    Thanks Martin,

    the code compiles without any errors, the only problem I see is that I am not able to utilize the simplified namespace configuration provided by springsecurity 2.0.3. Seems that I...
  6. webflow security using Spring Security instead of Acegi

    I found this post regarding applying acegi security in spring webflow

    http://forum.springframework.org/showthread.php?t=44257

    within this post SWF-93...
  7. Replies
    2
    Views
    712

    your configuration are similar to what I have...

    your configuration are similar to what I have except that I didn't specify the last four properties (maxActive, maxidel, minidel, maxwait, and defaultreadonly. see if that makes a difference.
    ...
  8. Replies
    1
    Views
    767

    Spring security 2.0.3 with webflow 1.0.5

    Hi all,
    I am using spring webflow 1.0.5 and recentaly started working on the security part of the application, for that, I downloaded spring-security-2.0.3 and was able to configure it using...
  9. Thanks

    Many thanks Kishore,
    I tried your solution and it worked fine. Initially I used "spring-modules-0.8-all.jar" which I thought (should) contain all classes found in "spring-modules-cache.jar". ...
  10. Replies
    0
    Views
    609

    Ognl - value not showing

    I am using ognl expression to display lookup data which I am loading at server startup.
    the code below is taken from the search JSP:




    <tr>
    <td align="right"> Post Type</td>
    <td...
  11. Replies
    1
    Views
    1,109

    I'ts OK, I was able to do it using javascript. I...

    I'ts OK, I was able to do it using javascript. I was hoping for something like javascript library that would perform these tasks simply by invoking a built in function.
  12. Replies
    2
    Views
    756

    check out this url, I just started looking at it....

    check out this url, I just started looking at it.
    http://static.springframework.org/spring-webflow/docs/2.0.x/reference/html/ch10.html
  13. Replies
    1
    Views
    1,109

    webflow - dropdown dependency

    Not sure where to post this question, I am using webflow to create a search / details flow. During server startup lookup data gets loaded into the servlet context to avoid extra data access . the...
  14. Replies
    0
    Views
    1,320

    OGNL - Access List code description

    I am using List objects to store lookup items which are retrieved from the DB. all of the lookup items are stored in a HashMap.
    In my jsp I am able to show drop down for any of the lists by using...
  15. Replies
    7
    Views
    4,746

    Thanks Gabriel for your reply

    Thanks Gabriel for your reply
  16. Replies
    7
    Views
    4,746

    when to use an application server

    I would like to understand when should an application server be considered for an enterprise application.

    To me it seems that everything (except for EJBs) can be handled by Spring (including...
  17. Replies
    1
    Views
    3,606

    One version of queryForList method enable you to...

    One version of queryForList method enable you to specify max and skip parameters which enables you control resultset for each page. I am using it right now and it seems to be working fine.
  18. Thread: file upload

    by sattyani
    Replies
    0
    Views
    782

    file upload

    I am using webflow and tomcat to do a sample web application, currently I was to get an idea how spring file upload works. what I need to do is create a page where a file is selected then uploaded to...
  19. Thread: upload images

    by sattyani
    Replies
    1
    Views
    1,455

    upload images

    I am using spring webflow fileupload sample (spring-webflow-samples\fileupload) to upload images in my web application which is using tomcat.
    I am not sure how to upload images under WEB-INF\images...
  20. Actually i am using the following architecture:...

    Actually i am using the following architecture:
    1- View/GUI: JSP
    2- Spring servletDispatcher as the controller
    3- Spring controllers to handle all actions triggered by the GUI
    4- Service layer to...
  21. How to get reference to container context

    I created a POJO "service" class and used init-method to trigger the load of the lookup data. the loading works fine. The issue I have is how to get a reference to servlet context (or other container...
  22. Application Initialization and lookup data caching

    I need help to implement the following:
    I have few lookup tables that I need to cache during application initialization in HashMaps, then use the cached HashMaps in populating the drop down windows...
  23. Replies
    10
    Views
    9,699

    Finally

    Thanks lumpynose it worked! :)
  24. Replies
    10
    Views
    9,699

    found it

    iBatis DataMapper API provides a good solution, see link below.

    http://ibatis.apache.org/docs/dotnet/datamapper/ch03s09.html#id386238

    I will give it a try!

    Another question though, how to...
  25. Replies
    10
    Views
    9,699

    Dynamic SQL - IBatis

    I have a question regarding dynamic select statements using iBatis. Based on user input in the GUI (JSP page), the controller needs to verify the input values in the command object, generate select...
Results 1 to 25 of 31
Page 1 of 2 1 2