my project is 'online address book'. in java. so do i have to learn html ?
also i have the 'address book' program in java but i dont know how to make it online?
so plz help.
1
Expert's answer
2013-09-04T12:10:27-0400
Yes, you should study HTML for web-browsing your on-lineaddress book. First of all, you should create backend part of youraddress book using server language like JSP or PHP. Using this program language you will perform all necessary calculation and create HTML-page that will be response to a user request. In general you will create a web-site. Than you shoulddownload it files on a web-server. After, you can use this resource, going via domain name or ip-address.
Comments
Leave a comment