• 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

Profile Mainitenence System ?Suggestions

 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I would like to Create a Small Application like a Profile Generator/Centralised Profile Mainitenence System. The work-Flow would be something like this :

Step 1: The User Logs-In and selects the "CreateProfile/UpdateProfile" Option,then he should be given a form to fill which will be having all the RequiredFields to key-In for a CV ,Finally Submit the form .

Step 2:All the Form Data should be Stored in the DB(Oracle).

Step 3: When ever A supervisor/User wants to Download/View/Print his CV all the Data in the DB should be Properly displayed in a Predifined Template Format which should be also Downloadable(PDF Format) with out any Problem with the Formatting.

Can some one Guide me on:
how/where to start ??
Which Version of Struts i can use to do it easily ?
Any Best Practices ?
Suggestions ?

Thanks in Advance,
vijay kumar k.
 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Vijay,
This is a pretty broad question which may make it difficult to address the whole thing. That said, it sounds like you may benefit from extending a complete preexisting turn-key portal like maybe:
Apache Jetspeed 1
Apache Jetspeed 2
ApppFuse
Hope this is helpful.
-Jim

[ April 09, 2007: Message edited by: Jim Hardin ]
[ April 09, 2007: Message edited by: Jim Hardin ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic