kevglass
|
 |
«
Reply #2 - Posted
2003-05-15 04:32:12 » |
|
Java applets are seen as a bit bulky and generally are only used for _real_ applications on the web as opposed to light weight stuff like simple games. If you were to write a web based MMORPG I'd expect you to use Java since most other technologies wouldn't scale up well.
JSP is one of the top 3 web enabling services. (according to some article somewhere, I suspect the other 2 would have been ASP and PHP)
However, the main point is Java is used for server side and desktop development now. When Java orignally came out it was marketed (wrongly?) as an applet writing language. Since then, with the development of EJB and a whole series of supporting APIs its been realised that what Java is really good for is reliable, maintainable enterprise applications.
Again, where games are concerned, its possibly not the best for small simple games (although development in Java is very quick), but if you're talking real scale development then Java gives you many benefits in robustness and expandability.
Apologies for the long post, but all this said, if all you want to write, is (silly imo) little web games, you probably should just learn flash. However, if you do, you're learning into something with limited possibilities.
Kev
|