|
Comments
Did you read today's front page stories & breaking news?
SYS-CON.TV
|
General Java Sun Java WorkShop
Sun Java WorkShop
By: Engineering Sun
Sep. 1, 1997 12:00 AM
Build Java Applications Faster
and Easier Consequently, many developers have turned to Sun's Java programming language. Java allows developers to build applications quickly. It allows for component reuse and the ability to "write once, and run anywhere"ª - a capability that means significant cost savings. More than ever, performance is key for professional developers. With Sun Java WorkShop, professional developers get the fast performance they need to create dynamic Java applications. The new Java WorkShop Java Compiler - now ten to fifteen times faster than its predecessor according to Sun internal tests - helps to reduce build time and improve the edit-compile-debug cycle. Also key is Sun's new JIT (Just-In-Time) compiler, now built directly into the Java Virtual Machine. Using Java WorkShop 2.0, you can also create and reuse JavaBeans, components that run on anything from mainframes to cell phones. Creation of JavaBeans is simplified through use of the built-in wizard. In addition, Java WorkShop 2.0 supports the latest JDKª software. The latest APIs and language features provide greater flexibility in building your Java applications. The Java WorkShop 2.0 development environment delivers on the promise of visual, intuitive application development. It provides a fully integrated graphical toolset which allows programmers to design, edit, compile, debug and tune Java applets and full-scale, client/server Java applications. Wizards for project and portfolio management allow users to share, manage and distribute information to the whole development team.
Sun Java WorkShop is the ultimate development tool for creating Java applications and applets for the Internet and corporate Intranet. New in the second-generation of Java WorkShop are: Sun Java WorkShop makes Java development faster and easier and enables you to work on Internet time. With Java WorkShop, you get ease-of-use, visual application development, code reuse and the high performance you need. Java WorkShop is the ultimate Java development environment - brought to you from the creators of Java.
Java JIT Compiler Overview
class hello { When a JIT is present, the Java Virtual Machine does something different. After reading in the .class file for interpretation, it hands the .class file to the JIT. The JIT will take the bytecodes and compile them into native code for the machine that you are running on. It can actually be faster to grab the bytecodes, compile them and run the resulting executable than it is to just interpret them. The JIT is an integral part of the Java Virtual Machine, so you never notice it's there, except your Java runs faster. Some environments allow you to choose whether or not to JIT code. Java is a dynamic language, so you are not allowed to "statically" compile all the .class files into machine code until they are actually called. Thus the JIT is really "just-in-time", since it compiles methods on a method-by-method basis just before they are called. If you call the same method more than once, the JIT'd code can really pay off as you do not have to re-JIT the method and can simply re-execute the native code. Does it make sense to always JIT code? No, not always. Sometimes JIT'd code does not run any faster than interpreted code. If the Java Virtual Machine is not spending its time interpreting bytecodes, then JIT'ing the bytecodes will not speed things up. Although it is rare, things might slow down since you are spending the time compiling the bytecodes when you could have been interpreting them. Sun Java WorkShop v2.0 will incorporate a Java JIT compiler into the development environment. Java WorkShop 2.0 is the next-generation Java IDE that allows developers to design, test, deploy and maintain Java applets, applications and JavaBean components - from dynamic, animated home pages to sophisticated, interactive business applications - with speed and simplicity. Reader Feedback: Page 1 of 1
Latest Cloud Developer Stories
Subscribe to the World's Most Powerful Newsletters
Subscribe to Our Rss Feeds & Get Your SYS-CON News Live!
|
SYS-CON Featured Whitepapers
Most Read This Week
Breaking Cloud Computing News
|
|||||||||||||||||||||||||||||||||||||||||||||||||