Search:

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

Search: Search took 0.03 seconds.

  1. Extend DispatcherPortlet

    Ok. The suitable idea is to extend the DispatcherPortlet of Spring Portlet MVC Framework and override the doDispatch() method to make the check.
  2. Use Portlet filter

    Ooops.. So yours is not a simple web-app, but a portal app.

    U can use portlet filter instead.
    ...
  3. Use Filter

    The easiest way is to use Servlet Filter which is one of J2EE specifications.

    Check for the user object in the filter and redirect to login page when it's null.
    ...
  4. Replies
    4
    Views
    992

    Integrate with available solutions.

    There already 'n' number of forum applications/APIs available. May be you can choose something any try to integrate with application you are developing. With Spring, integration should be easier.
    ...
  5. Use commandName

    When u say '${var}', the writer looks for var by looking getAttribute("var") or 'getVar()' in all the scopes (page,request,session,application).

    If u wanna access variables inside any object, use...
  6. Replies
    3
    Views
    7,918

    Demo attached

    A demo application for date conversion is attached.

    It runs with following jars.



    Hope it's easier:)
  7. Replies
    3
    Views
    7,918

    Register a DateConverter

    Yeah.. it's quite possible.

    BeanUtils internally uses ConvertUtils for converting Strings to Objects.

    By default, it supports conversion into Integer,Double,etc.. For custom conversions we have...
  8. Web Service based application - Cache as a Master Data Source

    Hi,

    We want to develop a shopping web-application that interacts with system(s) of many vendors. It could be thro. web-services or any other means.

    Moreover, vendors can register themselves...
  9. Replies
    1
    Views
    1,064

    Declarative validation possible?

    How to do declarative validation of forms with Spring web flow. I'm aware that WF supports programmatic validation.

    But, as we do in Struts validation, I wanna do with an XML file to define all...
  10. Replies
    3
    Views
    1,433

    'Bind but don't validate' impossible.

    Hi,

    AFAIK, Spring web flow does not have any support to bind the values but not to validate.:( Based on how you do validation, this logic should be implemented. If you are doing validation...
Results 1 to 10 of 10