The ProgrammersTalk Community
Forum Register Search Today's Posts Mark Forums Read
Register

Go Back   The ProgrammersTalk Community > General Programming > Java


Welcome to the The ProgrammersTalk Community forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.
Tags:

Closed Thread
 
LinkBack Thread Tools    Display Modes   
  #1 (permalink)  
Old 06-10-2007, 05:14 PM
sephiroth93enix
Posts: n/a
[SOLVED] Does anyone consider JavaScript a good web-programming language to

learn?What is difference from Java? I am designing a web page that allows people to make virtual homemade computers and compare its performance and price with that of a pre-assembled store-bought computer they choose, then order the hardware/software they need to assemble the computer in one unassembled package. I wanted to create the web program for this using JavaScript, but I want to know the difference between that and Java, which one would be easier for other computers to interpret, which best fits the situation, and which is easier to learn.

__________________

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!
  #2 (permalink)  
Old 06-10-2007, 05:14 PM
soheilnb
Posts: n/a
JavaScript is definitely a good language to use (and therefore, to learn) for client-side web applications, and if one prefers, in server-side ASP. No offence to Java fans, JavaScript is more suitable for client-side applications because it is faster, and it is less likely that JavaScript is disabled by browsers than the Java applets. Java is a strongly typed C++ - like language whose most widely used application is client-side programming as applets (and as server-side in JSP). JavaScript is also C++ - like to some extent, but is not as strongly typed as Java or C++. JavaScript is a solution for writing event-handlers for form input components in DHTML which offers faster development and better integration with server-side applications such as PHP, ASP and ASP.NET.

I am not sure if client-side application is enough for what you intending to design. May be server-side applications such as PHP and ASP could do better (while you may still need to use JavaScript in some parts). As I know C# and PHP well, I would use either C# in ASP.Net or PHP for server-side, and not JavaScript as in ASP (or ASP.Net). But it would be your choice to use JavaScript. Good luck.

__________________

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!
  #3 (permalink)  
Old 06-10-2007, 05:14 PM
Mickey
Posts: n/a
There are a lot of similarities between java and javascript because both the languages have been developed by "sun microsystems". Although as far as I think, java is more power full than javascript but java can't interact with internet browser as closely as javascript can. So, If you wanna develop it to work in browser than go for javascript otherwise go for java. I also would like to tell u that learning javascript is just a game if u already know java but initially, learning java is much harder than learning javascript.

__________________

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!
Closed Thread


Thread Tools
Display Modes

   Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 07:04 AM. Powered by vBulletin
Copyright © 2000 - 2007, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO © 2007 ProgrammersTalk Sedo - Buy and Sell Domain Names and Websites project info: programmerstalk.net Statistics for project programmerstalk.net etracker® web controlling instead of log file analysis


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50