Learn More About This
Directory
Sponsored by Synergium.net,
Software Development Services with a Forward Thinking Approach
251. Article: Java DataBase Connectivity NL
- nl.wikipedia.org
- Java DataBase Connectivity.
- JDBC staat voor Java DataBase Connectivity, en is een Java API. Via JDBC wordt de mogelijkheid geboden om vanuit een Java-programma via SQL te communiceren met een database. Dit Java programma kan een applicatie, applet of servlet zijn. ...
252. VisualAge for Java - Product Overview - IBM Software
- www-3.ibm.com
- VisualAge for Java.
- VisualAge for Java Professional Edition V4. ...
- We recommend trading up your VisualAge for Java Professional Edition license to WebSphere Studio Site Developer V5. ...
- Announcing End-of-Service extension for VisualAge for Java V4. ...
- VisualAge for Java Professional Edition V4. ...
- VisualAge for Java Enterprise Edition V4. ...
253. IBM alphaWorks : emerging technologies
- www.alphaworks.ibm.com
- Java Technology.
- Structural Analysis for Java .
- SA4J analyzes structural dependencies of Java applications in order to measure their stability, and offers guidelines for package refactoring. ...
- Structural Analysis for Java .
- SA4J analyzes structural dependencies of Java applications in order to measure their stability, and offers guidelines for package refactoring. ...
- The AUIML Toolkit provides software development tools that allow developers to write an application once and run it in Java Swing or on the Web without any changes. ...
- Structural Analysis for Java - A technology that analyzes structural dependencies of Java applications, measures stability, detects structural "anti-patterns," and more.
- Abstract User Interface Markup Language Toolkit - A set of development tools and APIs for creating GUI applications that run in both the Java Swing and HTML environments.
- Debug Tracer - An XML-driven debugging automation tool for Java.
- Business Integration-Information Conformance Statements for Java - An XML vocabulary and Java implementation for declaring comprehensive business information conformance.
- BeepLite Networking Layer - A Java implementation of BEEP (Blocks Extensible Exchange Protocol), a generic application protocol kernel for connection-oriented, asynchronous interactions.
- Interface Tool for Java - Fixed lock-up with certain events (Excel); proxy generator now works with PowerPoint; event thread now ends when process ends.
- Structural Analysis for Java.
- XML parser for Java.
254. oreilly.com -- Online Catalog: Java in a Nutshell
- www.ora.com
- Java.
- 1 Update O'Reilly Java Page Errata Colophon Media Reviews .
- Java in a Nutshell A Desktop Quick Reference for Java Programmers .
- The bestselling book on Java and the one most often recommended on the Internet. An incredible value, this comprehensive, quick-reference quide to Java contains descriptions of all of the classes in the Java 1. ... It also contains an accelerated introduction to Java for C and C++ programmers who want to learn the language fast. ...
- Java AWT Reference (O'Reilly) .
- Java Language Reference, 2nd Edition (O'Reilly) .
- Java Threads, 2nd Edition (O'Reilly) .
- Learning Java, 2nd Edition (O'Reilly) .
255. Article: Sun Microsystems
- www.wikipedia.org
- Sun's products include computer servers and workstations based on the SPARC processor, the SunOS and Solaris operating systems, the NFS network file system, the Java platform, and (together with AT&T) the standardization of Unix System V Release 4. ...
- 4 Java platform.
- James Gosling and his fellows developed the Java programming language. ...
- Java platform .
- The Java platform, developed in the early 1990s was specifically developed with the objective of allowing programs to function regardless of the device they were used on, sparking the slogan "Write once, run everywhere". ...
- The platform consists of three major parts, the Java programming language, the Java Virtual Machine (JVM), and the Java Application Programming Interface (API). ...
- The Java programming language is an object oriented programming language. ...
- In order to allow programs written in the Java language to be run on (virtually) any device, Java programs are compiled to byte code. ...
- The Java API provides an extensive set of library routines. ...
- Java Desktop System .
- Java Enterprise System .
256. Netdictionary Home Page
- www.netdictionary.com
- Java Version.
- Web & Java .
- We've showcased the corpus in two ways: as a Java applet and in a collection HTML pages. If you are using either Netscape Navigator 3 or Internet Explorer 3, we encourage to check out the Java version of Netdictionary. ...
- Our technical goal is to demonstrate how the Java programming language can be used to develop compact easy-to-use interfaces to online content. ...
- If you are using Netscape Navigator 3 or Internet Explorer 3, please check out the Java version of Netdictionary. ...
- Java Version. ...
257. Article: Nosica programming language
- www.wikipedia.org
- Nosica is an object oriented programming language with a syntax in some ways similar to Java. It was originally created to have the ability of C++ with the simple syntax of Java, although the syntax has since slowly evolved away from the Java syntax for greater simpicity and ease-of-use. ... Nosica is written in Java and compiles to C. ...
258. Overview (RCX Java API)
- www.escape.com
- RCX Java API.
- A platform independent Java library used to develop RCX applications.
- The current version of the RCX Java API is 2. ...
- These classes use the Java Communications API for communicating via the serial port (for RCX version 1. ...
- These classes abstract the underlying native USB drivers and provides a mechanism similar to the Java Communications Extension API for discovering and managing USB Ports.
- A platform independent Java library used to develop RCX applications.
- The current version of the RCX Java API is 2. ...
- Description: The RCX Java API provides a high level API that communicates with the Lego Mindstorms RCX via the infrared tower which connects to a computer either by the serial port or usb port depending on whether you have RCX 1. ...
- This Java library is available as rcx. ...
- java -cp rcx. ...
- 5) you need to install the Java Communications Extension API.
- java -cp rcx. ...
- You can obtain the Java Communications Extension API for the Windows and Solaris platforms from:.
- http://java. ...
- jar in the \lib\ext folder of your Java Runtime Environment to avoid referencing it.
- Example Usage of RCX Java API:.
259. Article: Langage de programmation Java - Wikipédia
- fr.wikipedia.org
- Langage de programmation Java.
- Le Java est un langage de programmation orienté objet. ... L'existence du langage Java fut officiellement présentée le 23 mai 1995 au SunWorld. ...
- Java est basée sur le langage Java, la machine virtuelle Java et l'API Java. ...
- 6 Java et le logiciel libre.
- Il y avait quatre buts primaires lors de la création du langage Java. ...
- La seconde caractéristique du langage, l'indépendance envers la plate-forme, signifie que les programmes écrits en Java doivent fonctionner sur plusieurs types de matériel (informatique). ... Ceci est permis en compilant le code source d'un programme Java dans un pseudo-code intermédiaire appelé bytecode Java -- des instructions machine qui se conforment à un standard établi. Le code est par la suite exécuté par une machine virtuelle (MV), un programme écrit en code natif sur le matériel cible qui traduit le pseudo-code Java en code utilisable pour le matériel concerné. ... Le langage Java offre aussi le support des programmes avec plusieurs fils d'exécution -- une nécessité pour plusieurs programmes de réseau. ...
- Cette situation a conféré une réputation de lenteur aux programmes Java. Toutefois, des implémentations plus récentes de la machine virtuelle Java produisent des programmes qui s'exécutent beaucoup plus vite grâce à l'utilisation de diverses techniques. ...
- Une autre technique, la compilation à la volée (just-in-time ou JIT), compile le pseudo-code Java en code natif à l'exécution du programme. ...
- La portabilité est un but techniquement difficile à atteindre, et le succès de Java à ce but est sujet à controverse. Même s'il est en effet possible d'écrire des programmes pour la plate-forme Java qui se comportent de façon cohérente sur différentes plates-formes, le grand nombre de plates-formes avec des petites erreurs ou incohérences a mené à une parodie du slogan de Sun Write once, run anywhere (écrire une fois, exécuter n'importe où) en Write once, debug everywhere (écrire une fois, déboguer partout). ...
- La plate-forme Java fut l'un des premiers systèmes à offrir le support de l'exécution du code à partir de sources distantes. ...
260. Article: Java
- es.wikipedia.org
- Java.
- |1| Java (Del indonesio: JAWA) Isla más poblada del archipielago indonesio, y donde se situa la capital, Jakarta. ...
- |2| Café producido en la isla de Java. ...
- |3| Java (lenguaje de programación). ...
261. The Applet Arcade
- members.aol.com
- Ifyou can read this, you don't have a Java capable browser. ...
- The Applet Arcade was the original WWW java-based arcade. I began the arcade because there were no places like it where you could play these new java applets all in one place like the hometown arcade. ... Feel free to send me any questions and comments you may have and java authors see the link below. ...
- These games take a few minutes longer to load than normal web pages because of the Java script, so wait a few minutes while the pages load and then have fun ! Please note our new address :http://theshadowlands. ...
- Java Blocks.
- Java Duke vs. ...
- Java Train Set.
- ATTENTION JAVA AUTHORS If you'd like to add your game here just email me the URL of your page and I'll add you game link to the Applet Arcade. ...
262. Article: Java NL
- nl.wikipedia.org
- Java.
- Het begrip Java kan meerdere betekenissen hebben: .
- Java, het hoofdeiland van Indonesië .
- De Java koffie, afkomstig van het eiland Java .
- De programmeertaal Java, genoemd naar de gelijknamige koffie .
263. IzPack homepage
- www.izforge.com
- IzPack is an installers generator for the Java platform. It produces lightweight installers that can be run on any operating system where a Java virtual machine is available. Depending on the operating system, it can be launched by a double-click or a simple 'java -jar installer. ... The most common use is to distribute applications for the Java platform, but you can also use it for other kinds of projects. ...
264. FTPOnline.com - Home Page
- www.java-pro.com
- Improvements to Java development environments help debug J2EE applications. ...
- Get practical, how-to content on Java programming from jGuru, in the form of FAQ, downloads, forums, and more. ...
- Download the Java Pro author guidelines. ...
- E-mail us at java-pro@fawcette. ...
- Convert a Java app to an applet. ...
- Apply the UML during object-oriented analysis and design to build beautiful Java applications. ...
- Java applets run inside Sun's VM. Learn how you can use the Java 2 security model to manage them. ...
- A reader from the JSR 201 Expert Group provides some feedback about upcoming Java language changes. ...
- A power shift among Java technology providers is merging into a market and standards interaction that will bring plenty of benefits. ...
- Free Book Chapter: Java Essentials.
- Get back to basics with a free sample chapter from Murach's Beginning Java 2, "Java Language Essentials. ...
- Browse or search FTPOnline's list of 300+ Java books, read reviews, and download sample chapters. ...
- Browse More Than 500 Java Products.
- More than 500 components, utilities, and training resources can help you with your Java development. ...
- NET Insight, Java Insight, XML & Web Services Insight, Web Design & Development Insight, and Insight on Windows Server System. ...
Other
pages with similar relevance:
265. Spirograph
- www.wordsmith.org
- The Spirograph applet is written using Java. You must have a Java enabled browser such as Netscape Navigator or Microsoft IE to be able to see this Spirograph applet. ...
- org/anu/java/" CODE="Spiro. ...
266. ParaChat - Fast, Feature-rich, Original Java Chat Since 1996
- www.parachat.com
- In 1996, ParaChat pioneered the hosted Java chat software solution. ParaChat has since been licensed over 1,826,859 times, making it one of the most popular Java chat applications available today. ...
- For product sales inquiries, please send email to , or call toll-free 866-Java-Chat. ...
- ParaChat AC rooms provide intermediate administrative functions to control and manage your Java chat environment. ...
- Java chat, chat hosting, chat server.
- try our Java chat server today!.
- Java chat solution, video Java chat. Best Java chat solution.
- Java chat server and advanced Java chat solution.
- java chat server.
267. Sorting Algorithms Demo
- www.cs.ubc.ca
- So don't use Bubblesort! Also, don't use Swapsort! It is only a demonstration of the amount of time Java takes to swap n elements. ...
- java and intNode. java .
- Requests for translations of the Java sources to other programming languages will be denied. ...
- ca/spider/harrison/Java/sorting-demo. ...
268. Article: AspectJ
- www.wikipedia.org
- AspectJ is an aspect-oriented extension to the Java programming language created at Xerox PARC. ... The resulting code is standard Java code, so that Java and AspectJ are compatible. ...
269. ACME Java - Software
- www.acme.com
- ACME Java - Software.
- I'm available for consulting, and would be very interested in work that builds on these Java utilities. ...
- Status - a simple status display for your Java virtual machine .
- Serve - minimal Java HTTP server class .
- JavaWrapper - shell wrapper for Java applications .
- Javac - run the Java compiler, and also generate a method signature file .
- JavaClass - figure out the Java class name for a given filename .
- jd_conv_comm - convert Java doc comments from /// style to /** style .
- Back to ACME Java.
270. Article: Object-oriented programming language
- en2.wikipedia.org
- These languages include "pure" object-oriented languages such as Smalltalk and Ruby, which were designed specifically to facilitate--even enforce--object-oriented methods; languages such as Java, Eiffel, and Python, which are primarily designed for object-oriented programming but have some procedural elements; and languages such as C++ and Perl, which are historically procedural languages that have been extended with some object-oriented features. ...
- Java .
271. Article: Talk:C Sharp programming language
- en.wikipedia.org
- 3 Is C# Just a Java Clone?.
- Is C# Just a Java Clone?.
- Many sources say that C# is more or less a copy of Java with some minor changes / enhancements. ...
- C# has many of the same features as Java, but also has some noticeable differences. It is obvious that the C# designers used a lot of concepts from Java, but they took some from C++ as well. ...
- Java has a big set of base classes, as does C#. But Java's and C#'s class libraries bear little resemblance to one another. ...
- A Java executable contains byte-code which must be executed via a Java Virtual Machine (JVM). ...
- Critics state that C# is MS's attempt to kill Java. Who knows if this is true, but the reality is that C# fixed and added a lot of features that Java excluded. Java still has its place as does C# now. ...
- This point deserves a bit of expansion, I think: you can't grok C# if you only think about Java and C++, because a lot of the stuff that's alien to both is part of Delphi. ...
- comparsion with Java JIT compilers which have been around for some years now; language too technical. From a user point of view it is important too know if the programs are as slow as Java programs or not. ...
- The syntax is similar to both Java and C++. ... In Java and C#, you always use the dot notation (i. ...
272. Article: Oberon programming language
- en.wikipedia.org
- Oberon, the language, has now been ported to many other operating systems, and is even available for the Java platform, where Oberon source code compiles either to source code in the Java programming language or to bytecode for a Java virtual machine. ...
- As with the Java platform, garbage collection is an inherent part of the language. ...
- NET framework and achieved by several years of Java platform development are similar, but proponents of Oberon consider its mechanisms not only more 'elegant' but far more efficient and simpler than for either the Java platform or the. ...
- Ada | Algol | APL | BASIC | COBOL | C | C++ | C# | ColdFusion | Delphi | Eiffel | Forth | FORTRAN | Haskell | Java | JavaScript | Jython | Lisp | ML | Modula-2 | Oberon | Pascal | Objective-C | Perl | PHP | PL/I | PostScript | Powerbuilder | Prolog | Python | QBASIC | Ruby | Scheme | Smalltalk | Tcl/Tk | Visual Basic .
273. Article: Nachi
- en2.wikipedia.org
- Her service in the Second World War started in the Dutch East Indies, where she engaged the enemy off Makassar on 8 February 1942, played a key role in the sinking of HMS Exeter and her escort in the Battle of the Java Sea on 27 February 1942, and was engaged in another action off south Borneo on 1 March 1942. ...
274. Article: Diskussion:Java (Programmiersprache)
- de.wikipedia.org
- Diskussion:Java (Programmiersprache).
- Java ist - vor allem auch - einen Insel. ...
- Entschuldigt, habe jetzt erst gesehen, dass der Link Java auf Programmiersprache_Java umgeleitet wurde. ...
- Java ist nicht rein objektorientiert, int usw. ...
- JAVA ist eine spezielle Sorte Kaffe, keine umgangssprachliche Beziechnung, oder? .
- Java ist rein objektorientiert, für alle primitiven Typen wie "int", usw. ...
- Applets sind nicht bedeutungslos, wenn Du Bankgeschäfte über das Internet abwickelst, kommst Du an Java nicht herum .
- Nun, Sun ist nun mal der Erfinder von Java. ...
- Java ist eine ziemlich starke Kaffesorte, die von der Insel Java her bezogen wird .
- Mit trennen (Java/SUN) meinte ich, dass Features der VM von Sun nicht von Eigenschaften der Sprache Java getrennt wurden. zB JIT ist ein Feature der VM, hat im Prinzip nix mit Java zu tun. Und die VM ist auch nicht von Java abhängig, man kann Bytecode drauf ausführen, der aus allen möglichen Sprachen herkommt. ...
- Am interessantesten ist Java vor allem auf dem Server, und wenn auf dem Client, dann als normale Applikation. ...
- Primitivtypen machen der Objektorientiertheit von Java keinen Abbruch, ganz im Gegenteil, wer will schon zwei Objekte erzeugen und damit Speicher verbraten, um beispielsweise nur zwei Zahlen zu addieren. ... Mit Java kannst Du auf jeden Fall auch ohne Primtivtypen, "rein" mit Objekten programmieren, wenn Du das für besser hältst. ...
- der Primitivtypen besteht übrigens kein Problem mit der Portabilität wie Du angenommen hast, da bei jeder Java VM, die der Java-Spezifikation entspricht (und da ist das Betriebssystem als auch die Plattform völlig egal), alle Primitivtypen die gleiche Datenmenge umfassen und auch in der gleichen Weise gespeichert werden. ...
275. Learn Java - Online
- www.hwg.org
- Web Design Training by IWA-HWG Java Programming.
- Learn Java Programming .
- Learn Java.
- Class Name Introduction to Programming in Java.
- Java has become very popular because of its interactive multimedia capabilities. This course is recommended for people who wish to become familiar with the principles of Java Programming. Through the use of hands-on exercises, students will explore the Java language fundamentals as well as basic concepts of object-oriented programming. ...
- Understand the main components and features of Java .
- Understand the elements of OOP, and how they relate to Java.
- Program using Java programming language.
- Use Java for client-side applets.
- Use Java for graphics applications.
- OutlineWeek 1: Getting Started with Java.
- What is Java?.
- History of Java.
- Why Java?.
Other related topics:
Do you have a great site about Java? Is
your Java site listed here?
Would you like a prefered placement of your site in this directory?
It's easy! First place, the HTML from the box below on your page that
you would like listed in this directory.
Then use our link submission request with
your name, your contact information, and the URL of your site that has
a link to this directory. After we
verify your link to us, we'll make sure your site stays in our directory,
and we'll give it prefered placement here also.
Here is how to make a simple text link to us. Just copy the code in this
box to your website:
We can also develop a custom Guide To The Internet for your site. Please
request your own
custom Guide To The Internet.
This custom Guide To The Internet produced by
Siql, and is licensed for the exclusive use of Synergium.net. To get your site listed here, please contact Synergium.net.
Copyright 1995-2004 by Siql. All
Rights Reserved.