Menu
Submit Site
Home
Computer
Programming
All sites of Programming
EPP, an Extensible Pre-Processor kit
EPP, an Extensible Pre-Processor kit- A powerful framework which supports implementation preprocessors, source-code analyzers, source-code translators for Java. [Freeware] ...
oneClickJava
oneClickJava- An easy to use free Java Development Kit configuration tool for beginner programmers. Written in Perl. [Open source, BSD-like] ...
Scort
Scort- Allows web browsers to access terminal-based information systems without modifying existing applications. ...
Zaval Java Resource Editor
Zaval Java Resource Editor- A visual editor for resource files. The files being produced by this tool is fully compatible with ResourceBundle expectations. Has been tested on Win/Unix/Linux/Mac platforms. ...
BEanACTION
BEanACTION- Recursive JavaBeans editor for constructing component-based software. [Open Source, GPL] ...
Jarhoo
Jarhoo- An online search engine providing Package and Jar File location information for Java classes. Useful when getting ClassNotFoundExceptions or when importing classes into Java code. ...
Programmerworld.NET - Java Tools
Programmerworld.NET - Java Tools- Categorized list of Java development tools. ...
JavaToolbox
JavaToolbox- Directory of the existing development tools, libraries and add-ins for Java/J2EE. Freeware, open source, as well as commercial products, organized in multiple categories. ...
Java EE at a Glance
Java EE at a Glance- Oracle's site includes a list of technologies, white papers, news, FAQs, glossary, mailing list, forums, and downloads. ...
Versata, Inc.
Versata, Inc.- Business rules (rules engine) development, runtime, and monitoring platform for JEE. Site includes information on software products for several industries and problem domains. [Commercial] ...
Bean Scripting Framework
Bean Scripting Framework- Architecture for incorporating scripting into Java applications, applets and servlets. [Open Source, IBM Public License] ...
Java Logging Tools and Frameworks
Java Logging Tools and Frameworks- Guide and directory of Java logging tools, comparisons, libraries, articles and tutorials for developers interested in logging and tracing with Java. ...
EyeBrowse
EyeBrowse- Servlet-based, mailing list archive browser, reading standard UNIX mbox format archives and generating HTML dynamically. [Open Source, Apache] ...
JavaMail API
JavaMail API- A package integrated with the Java EE platform offering access to mail services. Documentation, tutorials, community services and examples are provided for the package which may also be used as an add-on to ...
Fundamentals of the JavaMail API
Fundamentals of the JavaMail API- John Zukowski's tutorial at the Java Developer Connection. ...
Java Outlook Connector
Java Outlook Connector- Offers library to access Microsoft Outlook application and associated data. [Commercial] ...
Servlet Mailing Lists
Servlet Mailing Lists- Collection of Servlet/JSP related mailing lists with searchable archives. ...
Coreservlets.com
Coreservlets.com- JSP and servlet specifications, documentation, servers, IDEs, books, training courses, Web hosting providers. ...
JSoft
JSoft- J2EE applications custom programming. HorizonJ, a Java application architecture framework. ...
EJB City
EJB City- Offers software development, system architecture and project management for all kind of Java applications - from embeded to enterprise and distributed applications. The company's main expertise lies in Enterpri ...
Designing Enterprise Applications with the J2EE Platform
Designing Enterprise Applications with the J2EE Platform- Online version of book from Sun that covers "best practices" for developing and deploying enterprise applications using enterprise Java technologies. ...
Mastering EJB, Second Edition
Mastering EJB, Second Edition- Includes source and complete text as PDF for this Enterprise JavaBeans programming offering. ...
Componative
Componative- Dedicated to delivering products and services for component-based enterprise applications build with J2EE technology. ...
OpenJava
OpenJava- Extensible language based on Java. A Metaobject Protocol (MOP) is the extension interface; lets programmers customize language to implement new language features, mechanisms. ...
PolyJ
PolyJ- Java with support for generic programming in the form of parameterized types. Provides constrained parametric polymorphism, with advantages over some other proposals for adding genericity to Java. [Open Source, GP ...
JWIG
JWIG- Java extensions for high-level Web service development; Java-based high-level language to develop interactive Web services; merges main features of <bigwig> language into Java by providing explicit support fo ...
MetaJ
MetaJ- A generic protocol-based self-applicative interpreter for Java. Revolves around a generic reification procedure which can be used to reify any class of the interpreter. ...
Ptolemy II
Ptolemy II- Set of Java packages supporting heterogeneous, concurrent modeling and design. [Open Source, BDL] ...
jContractor
jContractor- Supports Design By Contract in Java. Discovers "contracts" during class loading and instruments the class bytecodes on-the-fly to check run-time contract violations. [Apache Open Source Licence] ...
Borneo
Borneo- Modification of the Java language designed to have true support for the IEEE 754 floating point standard. ...
Pizza
Pizza- A variant of Java that adds parametric polymorphism, first-class functions, and class cases and pattern matching to the language. The compiler compiles into Java byte code so the binaries can be run on a normal JV ...
Jass
Jass- Java with assertions, spoken: jazz, like the music. Improvement of JaWA language extension. Gives Java the concepts of Design by Contract from Bertrand Meyer, and Eiffel, and extends them with new features. [Open S ...
Bali
Bali- Java with a spoonful of syntactic sugar: proposed set of additions to make Java terser and safer. Terseness makes languages easier to read, write, maintain. Ideas from Abundance (Byte Magazine Oct 1986), Eiffel, Pa ...
Parameterized Types for Java
Parameterized Types for Java- Technical paper reviewing PolyJ, an extension to Java allowing parameterized types. ...
JavaParty
JavaParty- A minimal extension to Java easing distributed parallel programming of cluster computers. A source code transformation automatically generates a distributed pure Java program based on RMI or KaRMI. ...
The Java Modeling Language (JML)
The Java Modeling Language (JML)- A behavioral interface specification language that can be used to specify the behavior of Java modules. ...
Starting Java Development
Starting Java Development- Installation and setup help articles, like PATH and CLASSPATH issues. ...
Java Coffee Break
Java Coffee Break- A free guide to the world of Java programming, packed full of free articles, tutorials, book reviews, and FAQs. ...
JavaFAQ.nu
JavaFAQ.nu- Publishes tips on the site and in newsletter (twice a week). ...
Esus
Esus- FAQ-like collection of answered and unanswered questions, with categorized collection of links. ...
Beginners Java Examples
Beginners Java Examples- A collection of examples for the beginners. ...
Java: Cornerstone of the Global Network Enterprise?
Java: Cornerstone of the Global Network Enterprise?- Brian Youman's paper on Java including some historical notes: "Java: Cornerstone of the Global Network Enterprise?" ...
The History of Java Technology
The History of Java Technology- Official page from Sub about the history of Java, including a timeline and video of interviews with some of the original developers. ...
GNU Classpath
GNU Classpath- A free replacement for Sun's proprietary core Java class libraries. [Open Source, GPL with exception] ...
BeKaffe
BeKaffe- Port of Kaffe to the BeOS platform. [Open Source, GPL] ...
Kaffe JVM
Kaffe JVM- Java Virtual Machine. Works on many platforms and includes Just-In-Time (JIT) support for most of them. PersonalJava 1.1 compliant (but does not fully support the Java 2 Platform). [Open Source, GPL] ...
shuJIT
shuJIT- JIT plugin for the Sun JVM, for Linux and FreeBSD on x86 processors. Includes support for a transparent distributed object system, MetaVM. [Open Source, GPL] ...
GCJ
GCJ- The GNU Compiler for Java - compiles Java source or bytecode to native machine code. Most APIs are supported, except the AWT and Swing. [Open Source, GPL] ...
Java/Kaffe for Amiga Computers
Java/Kaffe for Amiga Computers- Information on getting Java (Kaffe) to run on Amiga computers. ...
JJOS (jJOS/decaf)
JJOS (jJOS/decaf)- Combines the jJOS kernel and decaf virtual machine. [Open Source] ...
« First
Previous
Page 95 of 145.
Next
Last »
Latest sites from Programming
Wikipedia - Computer Programming
Reddit: Programming
Gamedev.org
GameDev.net
Dis6502
Ada-Tools
JSW Technology
UniquE RAR File Library
MyLibC
The Endpoint Library
WM_MOTIF
Matrix2D
LZO
Enumerating Objects with .NET
Deep Inside C#: An Interview with Microsoft Chief Architect Anders Hejlsberg
C# XML Directory Lister
Creating a control with the .NET SDK using C#
libspopc
libZI
IRCG
Better String Library
Fingerprint Verification System
GNU Scientific Library
jclassinfo
ForbiSoft
Send feedback
submit