Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Needed -java and website

  Asked By: Ketan    Date: Sep 05    Category: Java    Views: 779
  

i am currently completing a university project but am confused
about the java end. the project is a website for a cab company. when
a client orders a taxi they enter the time requested for the taxi
cab. if this time can be met then a message will appear confirming
this. if this requested time cannot be reached then using a form of
simulation or calculations a new time will be given. this time will
depend on driver availability. another way would be for the suggested
time to be ten or fifteen mins later or earlier. this website will
iclude jsps. i am not sure if any other method of calculating this
other than in java can be used. any help would be greatly appreciated!
i am not looking for exact code......

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Lela Lynch     Answered On: Sep 05

It is not big question to make such a programme
Simple procedure is as below
construct a web site having query area
person will enter  the area and expected time  to reach
there. Store it in database (Access, sql server.)
create a program in server side.
in which you may have whether any driver  is
available in any particular time it is to be
entered. if available then get the place where it
is to be reached. you have to keep a chart in the
client program stating location in list or combo box.
when the client  user entered the area you can get the
expected time to arrival there.

You can instantly show the client whether driver or
cab can reach there or not.

 
Didn't find what you were looking for? Find more on Needed -java and website Or get search suggestion and latest updates.




Tagged: