• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

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: 42103
933
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: 80254
428
  • 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: 80254
428
  • 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
 
Are you okay? You look a little big. Maybe this tiny ad will help:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic