• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

what is the best way to handle this scenario

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
i just want to know how to handle this scenario in best way.

i have one big applicationCapture.jsp which captures application details,
agent details,billing detatils,customer details,fund information,product information,
beneficiary information,etc

i have defined datamodel to capture all these details and defined about 10 independent entities
to capture information comming from the applicationCapture.jsp

my requirement here is:

1) i need to insert appropriate data into appropriate entity with single save button which was defined in
applicationcapture.jsp
2) i should able to fetch this entire form content back using application number.

can you help me how to handle this requirement, i am using struts frame work with spring integration.

thanks in advance.

Manmadh
 
A lot of people cry when they cut onions. The trick is not to form an emotional bond. This tiny ad told me:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic