• 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
  • Devaka Cooray
  • Tim Cooke
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
Saloon Keepers:
  • Piet Souris
Bartenders:

Address Book in Java

 
Ranch Hand
Posts: 469
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have project in which I have to create personal address book specific to users with the use of java.I don't want to use JNDI(Naming Directory Service from Sun). Is there any other suggestions???
Thanks,
Angela
 
Angela D'souza
Ranch Hand
Posts: 469
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyone give me suggestions here?

Originally posted by Angela D'souza:
Hi,
I have project in which I have to create personal address book specific to users with the use of java.I don't want to use JNDI(Naming Directory Service from Sun). Is there any other suggestions???
Thanks,
Angela

 
Ranch Hand
Posts: 2823
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You aren't providing enough information to make an informed opinion. You provided a very narrow set of requirements and want important design help.
 
Angela D'souza
Ranch Hand
Posts: 469
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Like in if we go yahoo or hotmail, they have button address book in which you can add e-mail address, phone numbers, address. In my project, After user login to server, he will have button address book on html, when user clicks, he can able to do same thing we do in hotmail or yahoo.
Please let me know if further info needed,
Thanks
angela
 
Angela D'souza
Ranch Hand
Posts: 469
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WHy nobody give me suggestions here? Is there any wrong question am I asking?
Thanks,
Angela
 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You still haven't really provided a good definition of your problem.
How does the address book need to be accessed? Via the web, as in the Yahoo example you gave? Does it need to be callable by other Java applications, to retrieve the address of person given some kind of identifying information?
The solution will really depend on how the address book will be used.
Regards,
Reuben Cleetus[/QB]
 
Angela D'souza
Ranch Hand
Posts: 469
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your reply.
Here is the details:
I will have HTML for address book which will have some text boxes to store the values like name, address, e-mail address.Also html will have button "SAVE" to store all values of text box into template. That template through javascript will be pass to Server using HTTP Post method. This HTTP will be access by other Java application to store values of the template into user specifice directory on the server.
Please let me know if you need more info,
Thanks for your reply,
Angela
 
Ranch Hand
Posts: 776
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Based on what you have said, you need to be looking at Servlet and/or JSP technologies on the server side. Look around in the appropriate forums.
Regards, Guy
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic