• 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

Need help with this project

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

I am working on this entirely new project whic is maintaining my company's information management systrem(IMS). If "office" is selected as location of appointment, system should auto-populate the address than someone having to type it in.

There is already an existing system and I have to make this particular change to it... How do I go about this ?

It would be really really great if anyone could give me pointers to where I should be making the change and all...

Thank you friends..I will wait for your replies..

Amritha
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Amritha,
The first step is to understand the layers of the application. Clearly, you need to update the front end. Do you have all the data available to make that change? Or do you need to retrieve data from the back end too?
 
Ranch Hand
Posts: 80
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Amritha Ganga:
Hi Friends,

I am working on this entirely new project whic is maintaining my company's information management systrem(IMS). If "office" is selected as location of appointment, system should auto-populate the address than someone having to type it in.

There is already an existing system and I have to make this particular change to it... How do I go about this ?

It would be really really great if anyone could give me pointers to where I should be making the change and all...

Thank you friends..I will wait for your replies..

Amritha



amritha you should start with unserstanding requirement first. then after making few documwnts regarding functionality you can start with development. For that you need to decide technologies and diferent framework that can make your life easier. If you will follow SDLC then it would be very much easier for you to complete project in easier manner. You can take my help if you want.
 
Marshal
Posts: 79180
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to JavaRanch, Patel Chintan

I presume SDLC means Systems Development Life Cycle.
 
Patel Chintan
Ranch Hand
Posts: 80
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Campbell Ritchie:
Welcome to JavaRanch, Patel Chintan

I presume SDLC means Systems Development Life Cycle.



Yes Campbell SDLC mean software life cyle model,
that covers all main phases of software development,
1.Requirement gathering and analysis
2.designing and documentation
3.development
4.testing
 
Campbell Ritchie
Marshal
Posts: 79180
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
. . . what about stage 5 of SDLC?

Maintenance.
 
Amritha Ganga
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Chintan,

Thanks for your help. I am just getting to know the SDLC and the different layers... I just started off and it has been only a week... I will write to you in detail soon.. These projects that i got are pretty simple , it is just a matter of time and understanding... Hope you will help..

Laters,
Amritha
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic