Hi Paul, On Oct 6, 8:36 pm, soprovici paul <[email protected]> wrote: > Hi all, > > I have to do a project in 4 weeks. It sound like this: Using sockets, design > and implement a system to allow travel agents to perform on-line booking of > (multi-hop) train Journeys. > > Any ideas on how I should start may be helpful. > Welcome to the world of Software development. It's not only programming.
Start with collecting the parameters. Some hints: o) What's the interface the travel agents uses to do the online booking? ( Swing-GUI, Web-Frontend, text based application ). o) What architecture are/must you use/using? ( Client/Server, Web- Application, J2EE, .. ) o) Collect use cases ( which steps must be available for the travel agent. ) There are a lot of things to be clarified before starting, where nobody else can help you. Ewald --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en -~----------~----~----~----~------~----~------~--~---
