Results 1 to 4 of 4
Thread: Java and Website
- 11-13-2010, 06:58 PM #1
Member
- Join Date
- Nov 2010
- Posts
- 1
- Rep Power
- 0
Java and Website
Hi,
I have a good grip in Java. I know how to create client/server applications. But I never tried an web application before. All I need basically is direction. How do I create a browser game, like tribalwars for example ? I just need key words. Like the main components in such a project. This is what I know that I need:
An Apache server.
Database.
JSP.
JSF.
HTML.
CSS.
AJAX (maybe).
Do I need anything else ? Plus throw at me anything that pops in your mind.
Thank you.
- 11-14-2010, 01:56 AM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
You need a web server, so I suggest to use Apache or JBOSS. Both are fine.
I'm using MySQL as my database in most the cases. Use MySQL Connecter/J, helps you to convert JDBC calls into network protocol used in MySQL database. You can find more details about that with example on MySQL website.
Obviously you need JSP or JSF and so on. But my suggestion was don't messup all. Stick with one platform for one app. Otherwise it's hard to workaround at a later time.
CSS for styling is must. XSLT as well for dynamic formatting if you want.
AJAX make your application more user friendly. Avoid postbacks as much as possible and done it through AJAX calls + JS.
- 11-14-2010, 02:23 AM #3
Senior Member
- Join Date
- Feb 2010
- Location
- Waterford, Ireland
- Posts
- 748
- Rep Power
- 4
If you are going to host the thing yourself use apache I would say but you would want to read up on securing it etc... if you think not many people are going to sign up just use a webhost. Most provide MySql and phpmyadmin
- 11-14-2010, 02:22 PM #4
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Ans also you've to careful about virtual hosting as well in Apache.
Similar Threads
-
[Java] getting links from website source
By pietertje in forum New To JavaReplies: 6Last Post: 07-01-2010, 09:36 PM -
How to download website (Get all link in website)
By finalmem in forum Advanced JavaReplies: 0Last Post: 11-12-2008, 08:43 AM -
Kode Java Website
By wsaryada in forum Reviews / AdvertisingReplies: 4Last Post: 01-18-2008, 09:16 PM -
website java button layout
By abcdefg in forum AWT / SwingReplies: 0Last Post: 12-25-2007, 04:44 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks