Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.08 seconds.

  1. Replies
    1
    Views
    800

    Versioning Entities with Roo

    Is there any way to get Roo to version entities using a minor version.

    What I want is for the generated classes to update entities using user defined version number like 0.01, 0.02..etc.
  2. Thread: Newbie

    by hindustani_ind
    Replies
    1
    Views
    589

    Newbie

    Hi

    I am a newbie to Spring Batch. A business requirement needs us to load a 200MB xml file into the database. Would Spring batch be the best framework to do this?
  3. Replies
    0
    Views
    618

    Webflow abandonment

    Hi

    The checkout flow of our website is built using spring webflow 1.2.

    A new business requirement has been introduced recently which requires us to capture all checkout details if a checkout...
  4. Replies
    0
    Views
    579

    Executing Multiple SQL Statements

    Hi All

    I have to render a page with a number of filters. The filter data has to be fetched from the database.

    Is there any way, in SPRING, where I can execute a multiple SQL queries to fetch...
  5. Replies
    1
    Views
    1,627

    Transaction Isolation Level

    What is the best possible JPA configuration for a high load website with concurrent requests of about 100-150 req/sec? What I am looking at is

    .... Isolation Level
    .... which Pooled Data Source...
  6. Replies
    0
    Views
    618

    Batch Inserts and Updates

    Hi

    Is it possible to setup batch updates and inserts using JPA and not JdbcTemplate ? If yes then can it be setup using JPA properties or does it need to be coded?



    Regards
  7. Replies
    0
    Views
    896

    Cookieless session management

    Is it possible to setup cookieless session management in spring mvc?
  8. Spring is great

    All i had to do was give the path in the ClassPathXmlApplicationContext constructor. Neat

    context = new ClassPathXmlApplicationContext("META-INF/jms-config.xml");
  9. Load an application context located inside a jar file

    I am writing an swing application to connect to a jms service. The

    jms service code is defined inside a common.jar file and it's definition is included within the applicationContext of the jar...
  10. Replies
    0
    Views
    1,183

    Distributed Cache

    Hi

    Cache Newbie query!

    How does one use Spring Module level Cache to implement Distributed Cache ?

    Regards
    Rudolf
  11. Replies
    2
    Views
    566

    No one answers these questions

    There seems to be a great reluctance in answering queries with regards to webflow and access to external sites. Is this on purpose or just that people do not know the answer:(
  12. Replies
    2
    Views
    566

    Access external site

    I have created a webflow application, site1, that goes through 5 states.

    Between states 4 and 5, the application needs to redirect to an external site, site2. My application does this by a form,...
  13. Replies
    1
    Views
    777

    Webservice easy with Spring WS?

    I am connecting to a secured webservice using Spring ws. I have a security policy as below

    Security.xml

    <xwss:SecurityConfiguration xmlns:xwss="http://java.sun.com/xml/ns/xwss/config">
    ...
  14. Replies
    0
    Views
    668

    External Redirect

    My current project has a requirement to redirect to an external site from within a webflow state. As a part of the redirect i need to pass some data to the external site too.

    What is the best way...
  15. Thread: newbie

    by hindustani_ind
    Replies
    4
    Views
    817

    Client xml

    Client xml

    <code>
    <bean id="webServiceTemplate" class="org.springframework.ws.client.core.WebServiceTemplate">
    <property name="interceptors">
    <list>
    <ref bean="wsSecurityInterceptor"...
  16. Thread: newbie

    by hindustani_ind
    Replies
    4
    Views
    817

    Thnx

    No samples on using client side certifcates though
  17. Thread: newbie

    by hindustani_ind
    Replies
    4
    Views
    817

    newbie

    Hi

    I am new spring ws. I would like to know if there are any tutorials or reference guides out there which explain or provide information about creating webservices clients to a secure webservice....
  18. Replies
    0
    Views
    525

    3D Secure

    Hi

    Has anyone used Webflow along with 3D Secure authentication check?

    We need to introduce 3D Secure authentication as part of a online flow, which is implemented using webflow. Will creating a...
  19. The workspace will be too big to upload. It...

    The workspace will be too big to upload.

    It will not take long to create a project with one annotation controller and one config controller. All i am expecting the controller to do is redirect to...
  20. Thanks for advise on the code tags. I am...

    Thanks for advise on the code tags. I am uploading the war files i used for my tests.

    I have removed the <code>system.out.println</code> code from the code.

    The config controller still...
  21. Performance issues with Spring Annotation Controller

    I have run a load test on the Spring Annotation Controller and a Controller(implements the Controller interface) on a simple tomcat server. The results are quite fascinating

    I used JMeter to run...
  22. Replies
    2
    Views
    803

    Wrote a small program to check whether there is...

    Wrote a small program to check whether there is any performance difference between annotation based controllers and config based controllers and noticed that the annotation based controller perform...
  23. Replies
    2
    Views
    3,286

    U will need to place it in the WEB-INF/classes...

    U will need to place it in the WEB-INF/classes folder. Tomcat loads files in the classes as part of the boostrap process
  24. Replies
    2
    Views
    803

    Annotation Controllers

    Hi

    My project is using annotation based controllers to map the requests. The website is a high usage site with requests hitting 50req/sec.

    Is the annotation based controller advisable for such...
  25. Replies
    0
    Views
    809

    Document Template

    I have been assigned to produce a report on the quality of a website code. Having never done this before, I was wondering what are the common things to look for

    I am looking at the following

    1....
Results 1 to 25 of 60
Page 1 of 3 1 2 3