The Artima Developer Community
Sponsored Link

Java Buzz Forum
Javascript and Java

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Nanik

Posts: 16
Nickname: nanik
Registered: Jun, 2003

Seasoned Contractor for J2EE
Javascript and Java Posted: Jul 29, 2003 9:58 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Nanik.
Original Post: Javascript and Java
Feed Title: Nanik's Weblog
Feed URL: http://sedoparking.com/search/registrar.php?domain=®istrar=sedopark
Feed Description: Java, J2EE, Open Source, Cafe and other
Latest Java Buzz Posts
Latest Java Buzz Posts by Nanik
Latest Posts From Nanik's Weblog

Advertisement
Today I spent the whole day coding in Javascript because the module I'm assigned have got 4 tabs and not to mentioned inside each tab it uses it's own IFRAME and there are a lot of buttons, validation and checking that needs to be performed. I think it's easier to do all this if we are using Applet or any language such as PowerBuilder or even (I hate myself for saying this) Visual Basic. I really appreciate the flexibility these languages gives us when designing UI.
Not to mention the time it takes for me to find bugs and error as the only debugging tools I can use is the built in debugger in IE. Once I complete the coding I felt that such a rush in my blood that I thought to myself that it's not bad at all, as a matter of fact it's very interesting. I have a new toy to play now, JavaScript. Once you get a hang of it, it's a powerful language on it's own. The browser that we are using is IE 5.5 and luckily it provides most of the thing that we need for the UI. The only thing that really surprises me is that there is no decent non-Microsoft Javascript debugger that is available, or maybe I'm missing on something here.
The DOM beast is a very powerful thing too, boy you can do a lot of thing with a "html" document once it's inside the browser, as a matter of fact you can transform a document into another kind of document just by scripting, got to find time to explore on this.

Read: Javascript and Java

Topic: C# From a Java Developer's Perspective Previous Topic   Next Topic Topic: Another MIDP vm with Bluetooth

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use