| Home : Java : Java |
| Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
|
Java Listings
|
|
Total:
153 | Displaying: 121 - 130 | Pages: << 4 5 6 7 8 9 10 11 12 13 >> |
|
|
|
There is a market full of millions of potential customers for your Java application that you may not be considering. They have the Java TM 2 Standard Edition (J2SE TM ) v1.3.1 pre-installed on their computers and may not even know it. With a few simple tweaks you can give your Java application a native look and feel so that Mac OS X users can install and run your application without being aware that they are running a cross-platform application....
Updated: 04/29/2005
|
|
|
A recent report by Zelos Group provides projections for regional and global shipments of mobile handsets that support wireless Java. Zelos Group contends that Java will be the dominant terminal platform in the wireless sector. Support for the technology will be found in over 450 million handsets sold in 2007, corresponding to 74% of all wireless phones that ship that year.
Updated: 04/29/2005
|
|
|
Have you ever wanted to build a tool that examined or processed Java files? For example, you might be interested in a tool that enforced a coding style or a tool that automatically augmented programs with debugging code snippets (assertions). Building a real parser for Java with a complete symbol table is nontrivial and most programmers have shied away from such a task, instead relying on partial.
Updated: 04/29/2005
|
|
|
This article explains the essentials of Java action game development: it shows how to design, implement, and tune Java games for small devices such as cell phones. We start with a quick discussion of common types of games, followed by the challenges presented in developing these games. Then, we work through two in-depth examples of game development, starting with a simple stand-alone game, followed by a more intricate, networked game.
Updated: 04/29/2005
|
|
|
We all know the Java TM platform allows us to create reusable objects in memory. However, all of those objects exist only as long as the Java TM virtual machine 1 remains running. It would be nice if the objects we create could exist beyond the lifetime of the virtual machine, wouldn\'t it? Well, with object serialization, you can flatten your objects and reuse them in powerful ways.
Updated: 04/29/2005
|
|
|
In the past two articles you have seen how to customize your Java application so that it looks and feels more like a native Macintosh application when running on Mac OS X without changing the end user experience on other platforms. A combination of runtime properties and coding changes that targeted Mac OS X specific APIs made a big difference to that audience. Recall that Mac OS X is a melding of two worlds.
Updated: 04/29/2005
|
|
|
A quick and simple scheme to speed the development of large-scale applications developed with the Java TM programming language involves the use of interfaces. Java interfaces are a blueprint for the functionality contained in an associated object. By incorporating interfaces into your next project, you will notice benefits throughout the lifecycle of your development effort.
Updated: 04/29/2005
|
|
|
Computer scientists and other purists often praise the beauty of Java as a language, but in San Francisco, people value it because it brings artists and audiences together in a way that may someday eliminate the middlemen. \"With Java, you\'ve got a broader range of expression and interactivity,\" remarks producer and director George Coates,he explains. Java lets you put an audience into your theater in the way they might experience it when they come.
Updated: 04/29/2005
|
|
|
This article includes a Java grammar, the ANTLR parser generator (part of PCCTS, the Purdue Compiler-Construction Tool Set) used to generate a Java parser from the grammar, the source code for the browser, and associated executables for Win32. In the next article, we will dive into the principles behind language recognition and describe the ANTLR parser generator in more detail.
Updated: 04/29/2005
|
|
|
This article shows you step by step how to recognize and collect the clues in a stack trace to solve your Java software problems.What is a Java stack trace? A Java stack trace is a user-friendly snapshot of the threads and monitors in a Java1 Virtual Machine (JVM). Depending on how complex your application or applet is, a stack trace can range from fifty lines to thousands of lines of diagnostics.
Updated: 04/29/2005
|
|
|
Java Listings
|
|
Total:
153 | Displaying: 121 - 130 | Pages: << 4 5 6 7 8 9 10 11 12 13 >> |
|
|