Learn More About This
Directory
Sponsored by Synergium.net,
Software Development Services with a Forward Thinking Approach
26. WingSoft - One Stop Shop for Java Tools
- www.wingsoft.com
- 0 is selected as the 3rd Runner-up of the 2001 Java Developer's Journal Readers' Choice Awards (Best Code Protection Tool). ...
- Due to overwhelming requests from customers, we have decided to release the Text Editor Component which has been used in WingEditor, a simple Java IDE from WingSoft. ...
- WingDis Java Decompiler - Help Java Developers Recover Source Code (new release on Jan. ...
- WingDis is a command-line utility which allows users to convert a Java class or Java byte code file to a Java-like program. The eventual goal of WingDis is to generate an equivalent and compilable Java source code (text) from a Java class file (binary). ...
- 30, 1998) Users who are curious about how a decompiler works should read something about Java Virtual Machine. We recommend the following book on Java Virtual Machine, .
- Inside the Java Virtual Machine by Bill Venner. ...
- WingGuard - A Powerful Java Class Files Obfuscator (new release on August 29, 1999) .
- WingGuard is a powerful Java class files obfuscator implemented in pure Java. It provides Java developers with an excellent tool in protecting their investment in Java. ...
- WingEditor - A Simple Java IDE for Java Developers (new release on August 16, 1999) .
- WingEditor is a simple Java Development Environment implemented in Java. ... For Java beginners, we recommend the following books for you to read, .
- Core Java, Java 2 Edition, Volume 1 by Gay S. ...
- Core Java 1. ...
27. Notes on Java
- www.cs.wisc.edu
- Notes on Java .
- The purpose of these notes is to help students in Computer Sciences 537 (Introduction to Operating Systems) at the University of Wisconsin - Madision learn enough Java to do the course projects. This course will assume that all students are Java programmers at the level of someone who has completed CS 367 with an A or AB. Just about everything you will need to know about Java is at least mentioned in this section, but if you're a novice Java programmer, you may need a gentler introduction. If you are familiar with C++ but not Java, check out the excellent Java for C++ Programmers from CS 368. See The Java Tutorial and/or the The Java Programming Language by Arnold et al for lots more information about Java. ...
- A few years ago, the Computer Sciences Department converted most of its classes from C++ to Java as the principal langauge for programming projects. ... At that time vitually all the students had heard of Java and none had used it. Over the next few years more and more of our courses were converted to Java until, by 1998-99, the introductory programming prerequisites for this course, CS 302 and CS 367, were taught in Java. The department now offers a "C++ for Java Programmers" course, CS 368. ...
- In particular, we describe threads and synchronized methods, Java features that you probably haven't seen before. The Java API .
- The Java langauge is actually rather small and simple - an order of magnitude smaller and simpler than C++, and in some ways, even smaller and simpler than C. ... One set of packages, called the Java 2 Platform API comes bundled with the language (API stands for "Application Programming Interface"). ...
- java. ...
- java. ...
28. Introduction to Computer Science using Java
- chortle.ccsu.edu
- Introduction to Computer Science using Java.
- This is a first course in Computer Science using the programming language Java. ...
- These notes assume that you have the Java Development Kit (JDK) version 1. ...
- de/tutorials/java/java-toc. ...
- fr/~secq/IUT/JAVA/intro. ...
- Part 2: Running Java Programs.
- How to run Java programs. Translating Java source code into bytecodes. ... How to create a Java program. ...
- Introduction to Java.
- Small Java Programs.
- Part 3: Java Programming.
- How to program in Java. ...
- Part 6: More Java Programming Features.
- Recursion in problems, recursion in Java, recursion in graphics. ...
- Recursion in Java.
29. Sample: The Java Programming Language
- www.csci.csusb.edu
- CSUSB >> CNS >> Comp Sci Dept >> R J Botting >> Samples >> java .
- The Java Programming Language .
- : Java at CSCI. ...
- : : Publishing Java .
- : Javascript is Not Java .
- : Specification of Java .
- : : Java Development Kit. ...
- : : Information on the Java Language .
- : The Naming of Java .
- The Java Programming Language.
- edu/dick/samples/java. ...
- This page plus the CS320 Labs are designed to be a step by step introduction to Java for a competent C++ programmer. Getting your first Java programs to run is unusually hard because .
- Names of classes in Applets must match the names of classes in Java. ...
- Beginners should work through the Overview and Java at CSCI. ... Java at CSCI. ...
30. physik mit java
- didaktik.physik.uni-wuerzburg.de
- JAVA.
- JAVA-I.
- JAVA-II.
- JAVA-III.
- JAVA-IV.
- JAVA-Server .
- Gamelan gibt einen Überblick und Beispiele zum derzeitigen Stand der Java- Technik .
- com - technische Infos zu JAVA .
- Java Technology Home Page - Applets by Java. ...
- Java Links Fast alles zu JAVA bei sunsite.
- Physik Java Server und interaktive Physik.
- Physics 2000! Colorado Uni EDI - Ein Physik Kurs mit Java - top 5% .
- Uni Oregon Java Physik Sammlung Physik - Astrophysik - ein Klassiker unter den Physik Java- Servern. ...
- Virtual Physics Java Laboratory eine exzellente Sammlung schulrelevanter Physikapplikationen von.
- Java-Applets zur Physik (Java 1. ...
- Java-Applets zur Astronomie (Übersicht) - Java-Applets zur Mathematik (Übersicht) W. ...
31. Java Networking FAQ
- www.io.com
- Java Networking FAQ - DRAFT Copy.
- CGI programs in Java .
- Java 1. ...
- FAQ: JAVA-Networking.
- "Java is a trademark of Sun Microsystems, Inc. , and refers to Sun's Java programming language. The Java Networking FAQ is not sponsored by or affiliated with Sun Microsystems, Inc. ...
- Welcome to the Java Networking FAQ. This document is designed to be a primary resource for anyone programming TCP/IP applications in the Java language. ...
- I hope that this document can be a resource for everyone who would like to fully utilize the java. ...
- Can Java sockets talk to C/C++/Perl/Foo sockets?.
- Java sockets use the IP protocols TCP and UDP. ...
- I want to write <insert protocol here> in Java, any tips? .
- Implementations of these protocols are shipped with Sun's Java class library (check under sun. ... se/java/doc/sun/. Finally, keep in mind that your end user does not necessarily have access to them, as they are only shipped to Java licensees. ...
32. WDVL: Learning to Write Java
- www.wdvl.com
- JSP/Java Servlets.
- Java Boutique.
- Learning to Write Java .
- Java was originally called OAK, and was designed for handheld devices and set-top boxes. Oak was unsuccessful so in 1995 Sun changed the name to Java and modified the language to take advantage of the burgeoning World Wide Web. ...
- Java is an object-oriented language similar to C++, but simplified to eliminate language features that cause common programming errors. Java source code files (files with a. java extension) are compiled into a format called bytecode (files with a. class extension), which can then be executed by a Java interpreter. Compiled Java code can run on most computers because Java interpreters and runtime environments, known as Java Virtual Machines (VMs), exist for most operating systems, including UNIX, the Macintosh OS, and Windows. ...
- Java is a general purpose programming language with a number of features that make the language well suited for use on the World Wide Web. Small Java applications are called Java applets and can be downloaded from a Web server and run on your computer by a Java-compatible Web browser, such as Netscape Navigator or Microsoft Internet Explorer. ...
- Tutorials Want to learn to write Java? These how-to's will teach you how. ...
- Java FAQs Frequently Asked Question about Java, with answers. ...
- Articles Articles to increase your Java knowledge that don't quite fit under the Tutorial category. ...
- Resources If it relates to Java, you'll find it here. ...
Other
pages with similar relevance:
33. Java and Linux Links
- www.pconline.com
- Java and Linux Links .
- Java .
- Java. net | Java. ...
- java. ...
- Near to the Barking Seals Weblog Java Blogs.
- Java RSS TheServerSide. ...
- Java Lobby .
- O'Reilly On Java.
- Esus Java community.
- Java Developers Journal.
- Java Industry Connection.
- JDC, Java Developer Connection.
- Java News.
- Get Java Now (just plug in).
- Sun Java/Linux Page.
34. Applets
- java.sun.com
- Developers Home > Products & Technologies > Java Technology > Reference > Code Samples and Apps > .
- When you use a Java technology-enabled browser to view a page that contains an applet, the applet's code is transferred to your system and executed by the browser's Java Virtual Machine (JVM). ...
- Java BoutiqueLibrary - New items every day - 18 Nov, 2002 Java Applet Rating Service (JARS)Library - News and reviews - 18 Nov, 2002 .
- Gamelan at EarthwebLibrary - developer-focused - 18 Nov, 2002 Get Java Technology - ShowcaseLibrary - consumer-focused - 18 Nov, 2002 .
- All of the necessary java class files and example HTML markup are contained in a single zip file. ...
- 1, and Java 2 SDK SE v1. ...
- Applets from the Java Tutorial - These applets are part of the official Java tutorial. ...
- Java Glossary Hangman ImageLoop ImageTest ScrollingImages .
- JavaTM Plug-in software enables enterprise customers to direct applets or beans written in the Java programming language on their intranet web pages to run using Sun's Java Runtime Environment (JRE), instead of the browser's default. This enables an enterprise to deploy applets that take full advantage of the latest capabilites and features of the Java platform and be assured that they will run reliably and consistently. ...
35. Java City 2000 - Java Scripts, Java Applets, HTML, Tutorials, Midi's.
- www.jc2k.com
- Choose a Java Script Category --> .
- HOME | JAVA SCRIPTS | JAVA APPLETS | SCRIPTLETS | FREE CENTER | MIDIS | TUTORIALS | DHTML.
- Welcome To Java City 2000 .
- To make it easier for you to navigate, we have added a drop down menu at the top of the page so you can easily change between the Java Script categories. At JavaCity2000 you will find hundreds of useful Java scripts and applets to make your website more powerful! .
- © Java City 2000 1997-2000 - Add A Touch Of Class To Your Home! .
36. Java Accessibility and Usability Work
- www.tracecenter.org
- Java Accessibility and Usability Work .
- Java Accessibility Development in Industry .
- Sun Java Accessibility API .
- Microsoft Active Accessibility for Java .
- IBM Java Accessibility Work .
- IBM Guidelines for Writing Accessible Applications Using 100% Pure Java .
- The Java Accessibility Projects at Trace .
- Cooperative Java Compatibility Effort Table(s) -- Looking at the differences between Microsoft's and Sun's approaches to Java Accessibility. ...
- Cooperative Java Compatibility Effort Recommendations -- Recommendations for a middle ground between the two solutions. ...
- Java Accessibility Preliminary Examination .
- Working towards Accessible Java Applications .
- Java Application Accessibility Examples .
- Also for a short description of what each example is about, read the text file with the same name as the Java source file. ...
- java (download) .
- java (download) .
- java (download) .
37. Web / Programming / Java - WebReference.com
- www.webreference.com
- home / web / programming / java.
- Java's Future Secured in Microsoft Pact.
- Java is an object-oriented language similar to C++ that can be utilized on a variety of platforms via Java Virtual Machines, or JVMs. Java has a number of features that makes the language well suited for use on the World Wide Web.
- Beginning Java 2 SDK 1. 4 Edition This book excerpt focuses on the creation and usage of classes; the heart of the Java language. ... Java Servlets Developer's Guide Author Karl Moss shares servlet performance tips and tricks in this excerpt from the OsBorne/McGraw-Hill title. Learn about the small coding habits you need to get into (or break) that will allow you to get the best performance out of your Java servlets. A Java-JSP Menu Builder for HierMenus When a single static array of menus isn't a viable option, HM implementors often turn to server-side techniques. ... Professional Java Web Services Our excerpt from chapter 3 of the Wrox Press title discusses the Apache SOAP module at great length. ...
- com/programming/java/index. ...
38. Java and Javascript Editors and Resources
- desktoppublishing.com
- Brewing Java Tutorial This tutorial has grown into a book called The Java Developer's Resource, available now from Prentice Hall.
- Chris's Java Applet Mall contains chat and password protection applets.
- Club Java is a good place to start. ...
- Evryware's Java Toolworks makes it easy to add dynamic Java applets to your site. ...
- 2 is a modular, FCS-applet aware, extensible, World Wide Web browser written in the Java programming language. ...
- ITtoolbox Content, community, and service for Java professionals. ...
- JARS The Java Applet Rating Service. The main focus of JARS is to provide ratings for Java(tm) applets available on the World-Wide Web. ...
- JDK The Java Developers Kit lets you write applets that conform to the applet API for the Java Programming Language.
- Java4Less Java applets for navigation (menu & tree), printing, charting (charts, linechart, barchart. ...
- Java Perk is a Windows-based application that serves as a front-end for using Java applets. Depending on which Java applet you wish to use, you simply input properties for that particular applet into Java Perk and it will produce the HTML parameters to control that particular applet. ...
- JAVelin is a graphical java development tool. Included are long file names for class files, call Java compiler from tool (compiles only files that have changed), call appletViewer (or other) from tool to test applets or Java programs, and more. ...
- Ozzino Java Applet Creation Tools produces Java Applet creation tools that let non-programmers add animated, interactive applets to their web sites in just a few minutes.
- Sun's Java Tutorial A practical, online guide to writing programs in the Java language.
39. JavaCommerce- Free Resources,Tutorials,Open Source Projects
- www.javacommerce.com
- Home Jobs Articles Java Tips JDirectory Downloads Tutorials Java Links .
- Related Pages > Headlines | Java Events Calendar.
- Java Tutorials.
- JavaCommerce team is pleased to announce a book selection feature where one of the latest books related to Java Technology will be featured here. ...
- If you have the core Java skills, this book's unique approach will quickly get you started developing web applications at a professional level. ... You'll learn how to code server-side Java applications that use Servlets, JSPs, and JavaBeans to implement the MVC pattern. ...
- 08/7/2003 New Tricks for Java Gurus Section on Tutorials page.
- Get latest Java programming information including new articles, answers to frequently asked questions, book reviews ,and tutorials. If you are developing e-commerce applications using Java then this is a must require letter.
- Subscribe to Java Commerce News Letter FREE .
- Java Resources.
- Java Tips.
- Java Links.
- Java Jobs.
40. Java-GNOME :: Home
- java-gnome.sourceforge.net
- Java-GNOME.
- What is Java-GNOME?.
- Java-GNOME is a set of Java bindings for the GNOME and GTK libraries that allow GNOME and GTK applications to be written in Java. The project consists of two libraries: java-gtk, a GTK-only binding, and java-gnome, a GTK and GNOME binding. Java-GNOME is not a Swing look-and-feel mimicking the GTK look, it is not a GTK/GNOME rewrite in Java, and it is not a set of GTK peers for AWT. ...
- Java-Gnome is a committed to providing a reliable API for GNOME to be used in real applications. ...
- At the same time, the Java programming language is gaining followers. Java's object oriented design, garbage collection, cross-platform capabilities, and class library (JDK) make it an ideal language for some applications. Also, because of the work of the gcj team it is possible to compile the Java code to native binaries prior to deployment. ...
- It is only natural that some of the developers drawn to GNOME will want to develop in Java. ...
- The Java-GNOME team is looking for people of all skills that would like to make this project a success. ...
41. Java Articles
- www.irt.org
- Java Articles.
- org | Articles | Java.
- Monday 30th July 2000 - Probability Density Functions in Education using Dynamical Systems and Java Applets.
- Numerical computation of the PDF that arises in the study of the Logistic equation is carried out using a Java applet. ...
- Sunday 15th August 1999 - Steps to Java Internationalization (i18n).
- With Internationalization your Java applications can be adapted to various languages and regions without code changes. ...
- Java, Internationalisation, i18n, properties files, Locale object, ResourceBundle, JDK.
- Sunday 7th March 1999 - Java Applets in Education.
- Java applets are one type of Java programs that can be displayed within a WWW browser that supports Java. ...
- Java Applets, Education, Resources, Applications.
- Tuesday 1st September 1998 - Java #6 I Wanna hold your hand - longer.
- In this 2nd article Dr Tarique Sani holds your hand through creation to your first Java Applet.
- Java, Java Tutorials, Java Getting started.
- Friday 21st August 1998 - Mouse Event Handling in Java 1. ...
- Stephen Saunders describes how to use the mouse event handlers in Java 1. ...
- Java, Mouse Event Handling, events, methods, mouseUp(), mouseDown(), mouseMove(), mouseDrag(), mouseEnter(), mouseExit(), graphics, getGraphics(), drawLine().
42. Socket Programming in Java, Simple Examples
- www.pont.net
- Socket Programming in Java .
- java .
- java.
- usage : java tcpServer port .
- java.
- usage : java tcpClient server port .
- java.
- java httpServer port .
- the best book about network programming in java: Java Network Programming. ...
- an excellent java tutorial: Learning Java (The Java Series). ...
43. Java Programmer Certification, SCJP FAQ, Tutorial, Mock Exam, Demo Applets, Syllabus Message Board,training
- www.jchq.net
- Java Programmer Certification Exam And Training.
- This site is entirely independent of Sun Microsystems, creators of the Java technology. ... The Sun Certified Java Programmers Exam (SCJP) is the internationally recognised certification of Java knowledge. ... It was created by a Sun Certified Java Programmer and includes feedback from many hundreds of users (thank you all) .
- Java Books .
- com to practice on some more Java mock exams.
- I have written a review of the latest version of Just Java by Peter van der Linden .
- Available now, SCWCD Exam Study Kit: Java Web Component Developer Certification, a book/exam simulator combination. ...
- com The Java Certification Web Ring .
- Member Of The Open Source Java Web-Ring .
- Java Certified Programmer Exam FAQ and resources .
44. Java Resources and Tutorials
- www.pageresource.com
- Java.
- Java Resources & Information .
- Java Tutorial Links .
- Links to sites which offer Java information and tutorials so you can learn how to program your own Java applets for your web site, and learn the Java language. ...
- Java Applet Links .
- Links to sites which offer Java Applets and other Java information. ...
45. Vector Cross Product - JAVA Interactive Tutorial
- physics.syr.edu
- - A JAVA Interactive Tutorial .
- To use this tutorial, you will need a "JAVA-enabled" web browser. ...
46. Java Technology
- James Gosling, Inventor of Java Technology .
- Products & Technologies Java Technology .
- New to Java Center.
- Java technology is a portfolio of products that are based on the power of networks and the idea that the same software should run on many different kinds of systems and devices. » Read More Java Technology is organized into these subject areas: .
- Java Card .
- Java Web Services .
- Other Java Technologies .
- April 8, 2004 Java Studio Creator: An IDE to Create Web Applications Read about Sun Java Studio Creator, the IDE that enables you to create two-tier Web applications. ... » More --> Java Community.
- Upcoming Java Live Chats April 27: The J2EE 1. 4 SDK and Sun Java System Application Server Platform Edition 8 Guests: Tony Ng and Paul Ko Upcoming Sun Developer Network Chats April 28: Ask the tough technical questions about Sun Java Studio Enterprise. Chat online live with Robin Smith, Java Studio Enterprise Product Manager. ... Java User Groups If you are part of a Java User Group (JUG) take a look at the new JUG button. Use the button as a link from your user group website to Sun's Java User Group website. Subscribe to our Developer Newsletters Get the latest Sun Java technology downloads, programming tips, events, and resources wrapped in a convenient package. ... The Java Community Process (JCP) is the way the Java platform evolves. It's an open organization of international Java developers and licensees whose charter is to develop and revise Java technology specifications, reference implementations, and technology compatibility kits. --> Java Learning.
47. JCreator — Java IDE
- www.jcreator.com
- JCreator is a powerful IDE for Java. ...
- With JCreator you can directly compile or run your Java program without activating the main document first. JCreator will automatically find the file with the main method or the html file holding the java applet, then it will start the appropriate tool.
- JCreator is written entirely in C++, which makes it fast and efficient compared to the Java based editors/IDEs.
- 04 April 2001: JCreator has been listed in the top ten list of Java resources at Wrox Press.
- Congratulations on the best Java IDE I have seen so far! .
- Java, JDK, and the Java logo are trademarks of Sun Microsystems, Inc .
48. TheFreeSite.com: Javascript, Java, free Java applets, programmers
- www.thefreesite.com
- Free Java & JavaScript.
- Free Java & JavaScript .
- com: Java and JavaScript Freebies .
- If you're new to Web authoring, you're probably wondering "What is the deal with Java?" and "What can it do for me?" Well, Java (and its cousin, JavaScript) are programming languages that allow small programs (or applets) to run on your computer when you launch a Web site. If you've seen a page that featured some cool effect, like scrolling text, or a pop-up window, odds are you're looking at a Java applet in action.
- You may either learn how to write Java programs yourself (a tough task) or you can go to any one of the various sites on the Web that offer free Java programs. Below is a roundup of many of the best Java and JavaScript repositories on the Web. Many offer free Java applets, or cut & paste JavaScript, with instructions for including them on your site. ...
- A word of caution: despite all the hype, Java still has a ways to go before it becomes an essential part of Web authoring. If you include Java programs on your site, don't go overboard----many take a long time to load and, worse, can cause a browser to crash (which is a sure way of ensuring that your visitors won't return to your site). On the other hand, if you use restraint (and good judgment) Java and JavaScript can add a nice touch to your site, and perhaps even make it more useful for your visitors.
- Please send us E-mail if you're aware of any such free Java/JavaScript sites that we haven't listed below or if you find a dead link.
- A regularly-updated resource for free JavaScript and Java, this site offers over 300 free scripts and Java applets and a very active JavaScript forum where developers can meet and discuss their script projects. ...
- Here's a must-bookmark site for anyone who's interested in Java. ...
- Java-Scripts. ...
- If you're looking for free Java, this is a good place to start. ... com offers hundreds of free Java applets. ...
Other
pages with similar relevance:
49. Welcome to Freewarejava.com, the place to find free Java applets, tutorials, references, Java books, and more!
- www.freewarejava.com
- com, an excellent starting point to everything Java™ technology on the net! At a glance: What's New page.
- Java™ Applets (814) .
- Java applets of various types to add Java power to your site. If you're a Java developer, learn from their source codes.
- Tutorials and online courses on Java learning.
- Java™ Sites and Zines (28).
- (Commercial) sites devoted exclusively to Java. Great way to keep up with the latest happenings in the Java Community.
- Java™ Books (12).
- Java books, complete online versions of Java books. ...
- This section contains info and resources on JavaScript, a programming language completely different from Java.
- Too many websites on any subject, including Java, come and go too rapidly for any living human to keep up with them. ... com is a rich resource, one every Java developer (or wannabe) should bookmark, just as it claims. ... com will become a truly definitive Java info site before long. ...
Other
pages with similar relevance:
50. Mac OS X Java Runtime Environment
- developer.apple.com
- Java Resources.
- Java-Dev Mailing List.
- QuickTime for Java.
- Java Internet Developer.
- Java Documentation.
- Java Sample Code.
- Java Technical Q&As.
- Java Technical Notes.
- Java Release Notes.
- Many organizations rely on cross-platform Java tools for critical data analysis and database connectivity solutions. As the only mass-market desktop to bundle Java 2, Mac OS X's highly-optimized but fully-standard Java implementation is making it the preferred platform for developing and deploying Java applications. ...
- Developers who deploy Java applications on Mac OS X gain advantages from automatic support of multiprocessor hardware; native support for the Java Accessibility API; and the native Aqua look and feel, layered on top of the object-oriented Cocoa framework. As a result, Java applications on Mac OS X look like and perform like native applications on Mac OS X. ...
- For more general information about Java on Mac OS X, please see the FAQ Section. ...
- Java 1. ...
- Java 1. ...
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.