Learn More About This
Directory
Sponsored by Synergium.net,
Software Development Services with a Forward Thinking Approach
151. Kaffe.org
- www.kaffe.org
- This is the next in a series of "development" releases. ...
- Latest Development Release (February 18, 2004).
- Kaffe is a clean room implementation of the Java virtual machine, plus the associated class libraries needed to provide a Java runtime environment. ...
- Kaffe is a great choice as a base for virtual machine education and/or research, or if you need a virtual machine as an integral component of an open source or free software Java distribution.
- Kaffe is not an officially licensed version of the Java virtual machine. ... It is legal -- but Sun controls the Java trademark, and has never endorsed Kaffe, so technically, Kaffe is not Java.
- Kaffe is constantly under development, and lacks compatibility in many ways with the current releases of Java. It lacks many key features of a full Java virtual machine implementation - including security related features such as a complete bytecode verifier essential for running untrusted code.
- Kaffe is not the best Java virtual machine for developing Java applications, as it lacks much in the way of documentation, compatibility, debugging/profiling support, etc. If you are learning Java, or are looking for a complete Java development environment, you will probably be best served by using a "real" Java development environment (such as the JDK) licensed from Sun. ...
- Kaffe is not the only free software Java project. ...
- The Kaffe virtual machine is a clean room implementation of the Java Virtual Machine from Sun Microsystems, Inc.
- Java is a Trademark of Sun Microsystems, Inc.
152. PalmOS.com: Java and the Palm OS
- www.palmos.com
- Java on the Palm OS.
- Developers generally use the C programming language to create applications for the Palm OS platform, but it is also possible for developers to use the popular Java programming language as well. PalmSource does not currently provide a Java Virtual Machine that runs on all Palm OS platform devices, but there are various JVMs available from third parties: .
- The following sections give more information about Java technology on Palm OS devices. There is a section of Frequently asked questions and a section that provides a list of sites for further reading about Java technology on Palm OS devices.
- Where can I find additional support or community resources for Java development on Palm OS?.
- One of PalmSource's primary concerns is that a Java developer on Palm OS can expect a certain set of Java APIs be available regardless of the VM implementation deployed. To this end, PalmSource is working with Java VM vendors to ensure that VMs deployed on Palm OS devices have either: .
- A Java virtual machine is not a required component of the Palm OS and therefore is not a component PalmSource's licensees are required to support. ...
- Where can I find additional support or community resources for Java development on Palm OS?.
- PalmSource maintains a forum for Java developers to ask questions, give advice, and solve technical problems. To join the Palm Java Forum, see the Forums page. ...
- This specification is led by PalmSource and defines additional J2ME optional packages that are fundamental to Java development on PDAs: PIM APIs and FileConnection APIs. ...
- Java 2 Micro Edition, the Java technology classification that contains Java APIs applicable to the Palm OS platform. ...
- Mobile Information Device Profile, a complete set of Java APIs that are applicable to more constrained PDAs, common on devices in cellular networks. ...
- Formerly Personal Java, a complete set of Java APIs that are applicable to resource rich PDAs, common among enterprise class devices. ...
153. Compuware DevPartner Java Edition
- www.compuware.com
- DevPartner Java™ Edition.
- DevPartner Java™ Edition.
- DevPartner Java™ Edition includes the following capabilities:.
- Improve Java code performance and reliability.
- Deliver Java applications quickly, or with high quality? It shouldn't have to be an either/or proposition. With DevPartner Java™ Edition, you can have the best of both worlds. DevPartner is a suite of development productivity tools that speeds development of reliable, high-performance Java applications and components. Driven by the first-to-market Java and web architecture, DevPartner delivers new and improved detailed analysis capabilities.
- Because no two developers approach Java development the same way, DevPartner is designed to meet each developer's needs and expertise. ... Regardless of your Java expertise, DevPartner helps to significantly reduce the time it takes to resolve Java code issues. ...
- Through its easy-to-use web browser interface, DevPartner delivers powerful analysis and profiling techniques to help you understand how your Java code performs before it's deployed. Whether your applications are running on a single machine or across multiple computers in a distributed environment, DevPartner gives you the capabilities you need to deliver high-quality Java applications.
- DevPartner automates a variety of Java development productivity tasks, including:.
- See what works—and what doesn’t—in your Java apps.
- Compuware OptimalAdvisor is the perfect complement to DevPartner Java™ Edition. Find out how this new code analysis tool can simplify your Java development.
Other
pages with similar relevance:
154. ChiMu OO and Java Development: Guidelines and Resources
- www.chimu.com
- ChiMu OO and Java Development:.
- This document provides guidelines and resources for developers and teams building Object-Oriented (OO) and Java based software systems. ...
- Guidelines for OO/Java systems .
- Some familiarity with OO and Java is required for this material to be understandable. There are many introductory books on Java that focus on different types of reader background (and new books are added every month). ...
- For Java-oriented OO, consider: .
- Java Design: Building Better Apps & Applets .
- See the JavaSoft web site or Yahoo links under Java. ...
- A common approach would be to define a separate standards document along with useful supporting materials like code templates, UML examples, and CASE templates that priorities guidelines, makes them more concrete, and fills in gaps that are important to a development team. ...
- Java .
- Java-Oriented Guidelines .
- Java Terms.
Other
pages with similar relevance:
155. Eclipse in Action
- www.manning.com
- In press Under development Recently published ebooks Catalog Contact us .
- A Guide for Java Developers.
- Hyperlinked Java code .
- Eclipse is a new open-source, Java-based, extensible development platform designed for nothing in particular but everything in general. Because of its roots, it is currently most popular as a Java integrated development environment (IDE). Eclipse ships with plugins for writing and debugging Java code. Additional plugins for more advanced Java development, such as JSP/servlets, are available from third parties. ...
- This book provides a thorough guide to using Eclipse features and plugins effectively in the context of real-world Java development. ...
- Complementing this coverage of Eclipse in the context of development is a reference providing a comprehensive guide to Eclipse. ...
- Team development with Ant and CVS .
- David Gallardo is an independent software consultant and author specializing in software internationalization, Java web applications, and database development. ... He is also the author of "Java Oracle Database Development. ...
- Currently, Ed uses Eclipse in the development of OLAP servers, mid-tier providers, and clients written in a mixture of C, Java, and C#. ...
- Robert McGovern is a software developer for an international high voltage power supply company doing embedded development. ... His personal interest is in Java & Ruby and he has been involved in computers and programming since the days of the Sinclair ZX Spectrum. ...
156. Visual Java development
- www.flex.ro
- Visual Java development using Visual Tcl .
- Visual Tcl is a freely-available, high-quality application development environment for UNIX, Windows, Macintosh and AS400 platforms. ...
- I have developed a small module that can be easily attached to Visual Tcl and to extend it's features in order to design forms , write simple Java applications , compile and test them running. ...
- generate Java user interface dialog (10 kb) .
- generated Java application running (9 kb) .
- java should be somehow a bit experimented. ...
- In order to run the generated Java applications you will need to have a JDK 1. ... "javac" and "java" binaries should be also available in your PATH. Currently, the module is generating java source using javax. ... java. ...
- Your Java visual objects will have the same as the Tk widget so don't try to name them starting with upper-case letter. ... java file. ...
- For most of them, setting the background color property will generate the corresponding Java code for coloring them. ... , it will generate also java code for setting the text accelerator. ...
- Now let's add some Java code to our window. ... Type in procedure body the Java command : System. ...
157. Software List--Java Development Kit
- www.cae.wisc.edu
- Java Development Kit 1. ...
- The Java 2 SDK, Standard Edition, v 1. ...
- This installs the Java Development Kit, JDK is a command line based utility and can only be run from a command line window.
- Check-out the CAE FAQon Java. ...
158. Smarter Java development
- www.javaworld.com
- Core Java.
- Enterprise Java.
- Micro Java.
- Applied Java.
- Java Community.
- JAVA Q&A INDEX JAVA TIPS INDEX JAVA BOOK INDEX JavaWorld Services .
- Smarter Java development .
- Use interfaces to effectively enforce development contracts while maintaining loose coupling of code .
- This article will provide readers with the conceptual and practical information necessary to incorporate interfaces into their next development effort. ...
- quick and simple scheme to speed the development of large-scale Java applications 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 noticebenefits throughout the lifecycle of your development effort. The technique of coding to interfaces rather than objects will improve the efficiency of the development team by: .
- Allowing the development team to quickly establish the interactions among the necessary objects, without forcing the early definition of the supporting objects .
- Enabling developers to concentrate on their development tasks with the knowledge that integration has already been taken into account .
- Enforcing the contracts agreed upon by members of the development team to ensure that all objects are interacting as designed .
159. PART 4: Java Development Tools in Depth
- www.tietovayla.fi
- PART 4: Java Development Tools in Depth.
- What's the buzz over Java?.
- These include rising development costs, problems with debugging complex applications, and cross-platform deployment. ... Because of this, the development process is often difficult, time-consuming, and expensive. ...
- To help solve these problems, Sun Microsystems created a new programming language called Java. Java was designed as a simple, object-oriented, multi-threaded, platform independent language with extensive support for Internet/Intranet development. Using Java, developers can create software as sophisticated as anything written in C or C++, with the added benefit that the program can be deployed via the Web to a number of different hardware platforms and operating systems. ...
- So far, much of the excitement around Java has focused on turning the Web into a truly interactive environment. With Java, developers can create executable content that is downloaded from the Internet and run on the user's computer like any other program. ...
- Java also has the potential to unify the currently distinct Internet and Client/Server markets. With Java, developers can write both the client and server portions of an application in one common object-oriented language that is operating system and hardware platform independent. In addition, the Web delivered nature of Java makes implementing and maintaining a 3-tier client/server architecture much easier. ...
- Because Java is based on C++ it is both small and object-oriented. Java differs from C++ by removing multiple inheritance, templates, and operator overloading. In addition, Java does away with the preprocessor and header files. ... Finally, Java eliminates the pointer data type. By eliminating pointers, Java can protect programmers from overwriting memory and corrupting data. ...
160. Brian's Java Development Notes
- www.cryer.co.uk
161. Java Development Environments
- www.cs.unc.edu
- Java Development Environments.
- There are a wide range of integrated development environments available for editing, compiling, and debugging Java code. ... Unix-based Java Development Environments .
- Available elisp packages for Java and HTML .
- Personal Experiences: I have been using various flavors of emacs as a code development.
- Integrated Development Environments (IDEs), than I could on my.
- Windows-based Java Development Environments .
- Very Java Aware .
- Lots of Macros for HTML and Java .
- Java and I really liked it. Since then even more Java support has.
- to far from the UNIX style of program development, then ED is a.
- Nice integration of all program development phases .
- Native Java compiler sj .
- Personal Experiences: I am currently most comfortable with Cafe as a Java Development.
- which are the standard for serious Windows95 code development. ...
162. WPI Continuing and Professional Education - Java® Development Certificate Program
- www.ce.wpi.edu
- Java® Development.
- NET Software Development.
- Management Development.
- Java® Development Certificate Program.
- Sun Microsystem's Java is one of the most widely used programming languages on the market today. One of the reasons for its success is that a program written in Java can be run, virtually unchanged, on a variety of different computers and operating systems, thus saving money on costly rewrites. This platform independence makes Java the language of choice for most Web-based applications. The Java programming language also leverages a rich pool of related technologies like Enterprise Java Beans. These other Java technologies make Java an attractive choice for numerous application development projects.
- WPI's Java Development Certificate Program is technically both broad and deep; the technologies covered coupled with WPI's emphasis on hands-on learning result in arguably the most comprehensive Java program on the market today. When students graduate from this program they will be a valuable resource and contributor to any Java development team.
- The program starts with a course that teaches the fundamentals of computer programming using the Java programming language. ...
- Introduction to the Java Programming Language .
- Developing GUI Applications: Java Swing/Java Beans .
- Server-side Java Programming .
- XML/XML Programming Using Java .
163. Debian GNU/Linux Java FAQ. - Java Development
- www.debian.org
- previous Contents 1 2 3 4 5 6 7 8 9 10 11 A next Debian GNU/Linux Java FAQ. ...
- Chapter 5 - Java Development .
- 1 What full-fledged Java development platforms are available in Debian?.
- If you are looking for an integrated, java virtual machine, compiler and runtime environment Debian does provide them. ...
- ibm's jdk (see What Java programs have an installer?, Section 11. ...
- Debian Sid has the free-java-sdk package which makes up a free Java Software Development Kit (SDK). ...
- Please help one of the Free Java implementations if you want to use Java in Debian. ...
- The Java virtual machine of "Hungry Programmer". ...
- com/java/ .
- Yet Another Free Java Compiler, this time written in Java, and GPL. ...
- Most of the Standard classes for Java 1. ...
- org/bortzmeyer/autoconf-Java/ helps easy recompilation of Java programs. ...
- Most free Java development is grouped under the Free Java Project. There is a list on free Java at http://www. ... net/mailman/listinfo/free-java. ...
- 1 Java 2 SE (aka JDK1. ...
164. Decafe Pro - The Java decompiler
- decafe.hypermart.net
- Decafe is the fastest Win95/98/NT decompiler for Java which reconstructs the original source code from the compiled binary CLASS files (for example Java applets) .
- Decafe is able to decompile the most complex Java applets and binaries, producing accurate source code.
- Decafe is a stand-alone Windows application, it doesn't require to have Java installed! Decafe is not just Java decompiler but it is also a full featured Java editor uses the latest graphic user interface with syntax-coloring, Method Browser for fast access to methods, Variable Browser, Bookmarks, Fast Find, Batch Process and more. ...
- You will see the source code instantly ! You don't even have to have the Java Virtual Machine or any other Java SDK installed. ...
- Nice Java editor ! .
- NEW Java-Split - FREE .
- Java-Split splits the merged files back and creates the original classes. ...
165. GuaranTek Java Development
- www.guarantek.com
- Java Development.
- The Java 2 Enterprise Edition (J2EE) has transpired as a leading development environment based on its modular, component-oriented architecture. ...
- GuaranTek is committed to providing you with the latest Java Technologies. We assist our customer in designing, developing and deploying Java solutions. Our Java solution include: .
- Java Servlets: A Servlet extends the functionality of a web server by receiving a request from a client, dynamically generating the response, an then sending to the client the response in the form of HTML or XML document. ...
- Java Server Pages(JSP): JSP pages are a text—based, presentation—centric way to develop servlets. ...
- Enterprise JavaBeans (EJBs): A component model for enterprise development in Java. ...
- Java Transaction API (JTA) An interface for J2EE application components for handling transactions. ...
- JDBCTM (Java DataBase Connectivity) API for accessing databases .
- Java Message Service (JMS) API for messaging that supports point-to-point and publish-subscribe models. ...
- Java Naming and Directory InterfaceTM (JNDI) API for naming and directory access to J2EE resources. ...
- Java API for XML Parsing (JAXP) A standard API for parsing XML documents. ...
- Java Authentication and Authorization Service (JAAS) A standard API for enabling J2EE services to authenticate and enforce access controls upon users. ...
- Java Web Services: Web services are a highly effective means of enhancing interoperability across heterogeneous platforms. ...
- Java Development Tools.
166. Java Development Software : Development authoring, publishing, editing, and management systems for Java
- www.bigwebmaster.com
- Java.
- Java.
- Java.
- Java.
- Top : Java : Development Software .
- Nacho is an open source application server and rapid web development platform, ideal for producing business applications, content management systems, interactive content and custom web applications. ...
- is an intelligent distribution of 100+ Open Source projects for LAMP and Java developers. ...
Other
pages with similar relevance:
167. OmniMark Developers Resources
- developers.omnimark.com
- HOME | DOCUMENTATION | CONTACT US | TRAINING | OMUG | SITEMAP | SUPPORT | STILO Developers Home» Training » XML programming for Java Development Course schedules.
- XML Programming for Java Development.
- Design and develop Java applications which read, process, analyze and write XML data .
- See how the application of XSLT fits into working with Java .
- Use server-side technology (Servlets and Java Server Pages) to manipulate and generate XML documents. ...
- Dynamic XML documents using Java Database .
- XSLT and Java Technology .
- Java technologies that can process XSLT (e. ...
- Understanding the architectural issues often surrounding web based Java applications that use XML .
- The Future of Java and XML .
- Appreciating some of the future developments surrounding Java and XML .
- Delegates should be familiar with the Java programming language as far as at least being comfortable with its basic use and with OO concepts. Any knowledge of J2EE technology, particularly servlets and Java Server Pages, would be helpful, as would any prior experience with XML. ...
- XML Programming for Non-Java Development.
- XML Schema Development.
- XML Schema Development with XML Spy.
168. Java Development Kit Download FREE
- www.webmasterfree.com
- Java Development Kit.
- Java Development Kit (30. ...
- The Java 2 Development Kit lets you write Java applets that conform to the latest applet API for Java. ...
- Previous versions added new functionality to Java, including accessibility, drag and drop, application services, a Java extensions framework, collections, input methods, version identification, reference objects, the Java interface definition language (IDL), the Java Virtual Machine Debugger Interface (JVMDI), Java servlets, and Javadoc doclets. ...
169. Java development. Zebra technology. UML library. SQL parsing. C to Java translator
- www.novosoft.us
- software development service.
- Custom Software Development .
- Research and Development .
- Java Tools .
- Java Tools .
- Java Tools .
- Zebra is a technology which facilitates an application development process by providing a specialized UML Behavioral Models code generator for Java and Zebra runtime environment. One of the main application fields is web-development. Zebra technology allows for rapid web-application development based on Java Servlet or mixed Java-non-Java technologies. Zebra supports development of JSP, XML, and WAP user interfaces. ...
- C2J is a translator which translates C++ programs to Java programs.
- But C2J is available as native executable for Win32 platforms as well as Java application which runs where Java Virtual Machine is implemented (i. ...
- Novosoft NS UML library is widely used within Novosoft to construct code generators and to map various UML models for programming languages like Java, C++, SQL, etc. ...
- FL is the OO CASE technology that dramatically reduces the development cost and application support. FL consists of a core run-time library and special UML code generaors for Java. FL helps you design JAVA applications working with databases. ... The only thing you have to do is to build an information model of the system and FL generates a JAVA and SQL code using state-of-the-art Novosoft's OR mapping algorithm. ...
170. University of Delaware - DECAF - Java Development Hints
- www.eecis.udel.edu
- Useful Java Programming Code.
- Common java classes to import at the top of your code.
- import java. ...
- import java. ...
- import java. ...
- Example input line from Java using System. ...
- java in the DECAF architecture files.
171. PhpWiki - Tini Java Development
- fomsystems.com
- Tini Java Development.
- Notes on the Tini Java Development environment. ...
- Development System Setup.
- Java -- http://java. ...
- might install under /usr/local/java/java_<version> .
- add the java bin directory (/usr/local/java/java_<version>/bin) to your path statement (might do this in /. ...
- Java CommAPI -- See CommAPI .
- Unzip ant somewhere (might use something like /usr/local/java/ant-<version>) .
- properties file in your home directory to override ant properties that are unique to your development setup. ...
- 12 # # target properties -- used for automatically downloading apps during development # deploy. ...
- jar to the jre/lib/ext directory in your java installation. ...
172. Java development services. Java developers team.
- www.novosoft.us
- software development service.
- Custom Software Development .
- Research and Development .
- Java Tools .
- Java Development .
- About JAVA Team.
- Java Development .
- About JAVA developers team .
- Novosoft has been specializing in Java development since 1997. At present Novosoft Java developers team employs over 100 qualified Java developers on staff. ... All Java developers team members hold advanced university degrees and many of them are certified in various programming technologies including those of Sun, Microsoft, IBM, Oracle, etc. ...
- For the 5 years of work our team engineers have gained experience in a wide range of Java technologies and have completed a lot of challenging projects, some of which are estimated at approximately 50 man-years. ...
- The same as our other areas of expertise, the Java development process is maintained in accordance with unified processes, therefore the customer can always be confident of receiving the results that desired when starting the project. ...
- During the software development planning (SDP) stage, we analyze several alternatives choosing the one, which provides the best functionality at the lowest cost. ...
- Novosoft Java Technologies.
- Novosoft has also developed a number of Java technologies that have been successfully used in a variety of internal and external projects. ...
173. BlackBerry
- www.blackberry.com
- Home > Developers > Java > SDKs & Tools > JDE.
- The BlackBerry Java Development Environment (JDE) is a fully integrated development environment and simulation tool for building Java 2 Micro Edition (J2ME) applications for Java-based BlackBerry handhelds.
- Integrated development environment allowing for the building, testing and debugging of BlackBerry applications .
- BlackBerry handheld simulator, featuring a full copy of the BlackBerry Java Virtual Machine, allowing you to test and monitor the performance of your application .
- Wireless network simulator providing HTTP and TCP connectivity facilitating the development of end-to-end wireless solutions in a fully simulated environment .
- Reference documentation to assist with your development efforts .
- Java 2 SDK, Standard Edition v1. ...
- In order to compile BlackBerry applications, please install the Java 2 SDK, Standard Edition v1. ...
- BlackBerry Java Development Environment v3. ...
- BlackBerry Java Development Environment v3. ...
- BlackBerry Java Development Environment v3. ...
- BlackBerry Java Development Environment Developer Guide .
174. K e v ' s D e v e l o p m e n t T o o l b o x
- www.kevinhooke.com
- Kev's Development Toolbox.
- Homegrown Development Utils .
- Development Hints & Tips .
- Other development projects .
- This site hosts a small collection of development utilities and code examples that I have developed over the past few years as a Java Developer. ...
- You'll also find a collection of Java, HTML and Javascript code examples that I have written as prototypes to investigate a particular feature or aid colleagues understand a particular technology or technical approach. ...
- - Sun Certified Java Developer for Java2 Platform (SCJD) .
- - Sun Certified Java Programmer for Java2 Platform (SCJP) .
- Java. ...
175. ANTIMETA - Java Development
- www.antimeta.com
- Java Development.
- I've played with Java. ...
- It was intended to be a Java engine for turn-based war games, with a user interface similar to TalonSoft's games.
Other related topics:
Do you have a great site about Java Development? Is
your Java Development 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.