|
URL: /cgi-bin/dcforum/dcboard.cgi Forum: DCForumID2 Thread Number: 5 [ Go back to previous page ] Original Message "Java - Is it the end all be all !!" Posted by rob on 11-04-00 at 09:58 PM I have just recently started studying Java in more depth and am getting more and more impressed all of the time. Does anyone have any comments? Will Java, Javabeans, JSP, Java Servlets become our main programming standard? Table of contents
Messages in this discussion "RE: Java - Is it the end all be all !!" Posted by David Anstey on 16-04-00 at 12:23 PM I'm like you, just starting to learn more about Java. JSP seem to be a good idea, however I personally like using scripting tools which make it easy to code web applications. I use to do a lot of CGI coding with Perl, as it was the only reasonable way to get things done at one time. Then I discovered PHP and haven't coded a stitch of Perl on a web page since... Why? PHP was developed specifically for web application programming, Perl wasn't. I regard Java in this same light.... if your a Java programmer already, you will leverage your existing expertise and develop web applications in Java quickly.... if your not a Java programmer, there is a large cost of entry in terms of learning the language. "RE: Java - Is it the end all be all !!" Posted by Don Critchley on 19-06-00 at 01:33 PM I don't think that anyone questions the portability of java applets but I keep hearing that relative to javascript, java has still some room for improvement in terms of download time, whereas javascript can be very quickly executed once activated through the browser. "RE: Java - Is it the end all be all !!" Posted by David Anstey on 23-06-00 at 10:21 AM Javascript isn't even a player IMHO, there are just too many ways to break Javascripts. The problem with coding Javascript isn't just in making it work with previous browsers, but rather making it work with future browsers. I got toasted one too many times in that regard..... server side anyone..... "RE: Java - Is it the end all be all !!" Posted by Rich Dunn on 03-12-00 at 03:56 PM I work for a software company where Java is the primary language. I used to write mainly in C++, but I find for most things I prefer Java. I find Java is a lot easier to learn and is faster to develop in than C/C++. C/C++ I think is superior for certain things where performance is a premium. |