Learn More About This
Directory
Sponsored by Synergium.net,
Software Development Services with a Forward Thinking Approach
351. Article: Microsoft Visual Studio
- en2.wikipedia.org
- Interdev (web page development, now arguably supplanted by FrontPage) .
- Visual J++, a Java development tool .
352. Article: Apache Software Foundation
- en.wikipedia.org
- The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license. ...
- Ant - Java-based build tool .
- Jakarta - server side Java .
353. InternetWeek > Reviews > Development Tools > Java Wars 2000 > Oct. 2, 2000
- www.internetwk.com
- Reviews > Development Tools > Java Wars 2000 > Oct. ...
- Development Tools.
- Java Wars 2000.
- Java Development Suites can ease the workload of your developers--but only if you pick the right one.
- Java Wars 2000.
- It's a long way from prom queen to wallflower, and while some developers are of the opinion that Java is on this path, that just isn't so. ... Java is here to stay, no doubt about it.
- The newest trend in Java development is the incredible popularity of Enterprise Java Beans (EJBs), which are themselves an extension of the Java 2. ... The J2EE standard has an incredible amount of density behind it, all aimed at making Java the de facto B2B development standard. For the most part, J2EE encapsulates a series of technologies that are aimed at developing open Web-based distributed applications with Java; not just EJBs but also JSPs, servlets, JDBC and JMS. While all these technologies are related to Java, for the most part, they don't actively impact the Java 1. 3 language specification--they merely enable its extension by providing Java developers the ability to access these outside functions.
- This brings up the question of what folks should be looking for in a modern Java-oriented integrated development environment (IDE). ... In the end, we received five entries spanning the gamut between basic IDE and development suite; open environment and vendor-specific technologies. ...
- Again, what we were looking for in this roundup was the basic capabilities of the IDE along with how it synergized with the vendor's surrounding development suite. ...
- The J2EE specification has caused most Java IDE vendors to license a series of third-party development tools, application servers, wizards and components in an effort to become J2EE-compliant as quickly as possible. ...
354. Article: Class (computer science)
- en.wikipedia.org
- 9 Java Examples.
- For example, Java does not allow the programmer to access the private data of a class at all, whereas in languages like Objective-C or Perl the programmer can do what they want. ...
- Java, for example has no multiple inheritance, its designers feeling that this would be more trouble than it was worth. ...
- Classes, when used properly, can accelerate development by reducing redundant code entry, testing and bug fixing. ...
- Java Examples.
- The first example shows the simplest Java class possible. ... Note that in Java all classes automatically extend the class Object. ...
- public class Example1 { // This is a Java class, it automatically extends the class Object } Example 2.
355. Article: VRML
- en.wikipedia.org
- , written in Java or JavaScript (ECMAScript)) to a VRML file. ...
- The Web3D Consortium has been formed to further the collective development of the format. ...
- Xj3D VRML97/X3D browser/java loader .
356. Article: OpenOffice.org
- www.wikipedia.org
- OOo is based on the open-sourced code from an older version of StarOffice that was acquired and made open source by Sun Microsystems with the aim of breaking the market dominance of Microsoft Office and allowing Sun access to rapid development at reduced cost. ...
- 4 Development.
- Further translations by the development community are underway. ...
- Sun subsidises OOo development in order to produce the next version of StarOffice. ...
- Development.
- Snapshots of development in progress are released every few weeks in the developers' zone of OpenOffice. ...
- Ximian includes OOo in their Ximian Desktop product and Sun in their Java Desktop System. ...
357. Article: OpenACS
- en2.wikipedia.org
- A sophisticated application development toolkit, that provides a extensive set of APIs and services to enable quick development of new applications. ...
358. Productivity! for JBuilder - jProductivity L.L.C. -
- www.softamis.com
- As a result, it allows significantly greater development productivity. ...
359. Home
- www.cdjdn.com
- Java Jobs - ** New Posting 2/10/04.
- Lessons in Design and Development From .
- (Integrated Development Environments).
360. Article: Debugger
- en.wikipedia.org
- When the program crashes, the debugger shows the position in the original code if it is a source-level debugger or symbolic debugger, commonly seen in integrated development environments. ...
- Java Platform Debugger Architecture .
361. Article: GNU Compiler Collection
- en.wikipedia.org
- In 1997, a group of developers dissatisfied with the slow pace and closed nature of official GCC development formed a project called EGCS (Experimental/Enhanced GNU Compiler System) which merged several experimental forks into a single project forked from GCC. EGCS development subsequently proved sufficiently more vital than GCC development that EGCS was eventually "blessed" as the official version of GCC in April 1999. ...
- Java .
362. Article: Datatype
- en.wikipedia.org
- C, Java, ML, and Haskell are statically typed, whereas Lisp, Perl, Visual Basic, Ruby, and Python, are dynamically typed. Dynamic typing is often associated with so-called "scripting languages" and other rapid application development environments. ...
- For example, C and Java have "casts". ...
- For example, Java is statically typed, but certain operations require the support of runtime type tests, which are a form of dynamic typing. ...
- Statically-typed languages which lack type inference – such as Java – require that programmers declare the types they intend a method or function to use. ...
- The need to use debuggers is sometimes considered as a sign of design or development process problems. ...
- Many static type systems, such as C's and Java's, require type declarations: the programmer must explicitly associate each variable in a function with a particular type. ...
Other
pages with similar relevance:
363. List of Java virtual machines, Java development kits and Java runtime environments
- www.geocities.com
- Main page > Java .
- List of Java virtual machines, Java development kits and Java runtime environments.
- This page is supposed to give an overview of Java virtual machines (JVMs), Java development kits (JDKs), Java runtime environments (JREs) and related products. ...
- Java development kits and Java runtime environments, .
- standalone Java virtual machines, .
- Java products for embedded systems and .
- There is a page of its own on Java compilers. ...
- Alternative Java Implementations - by David K. ...
- Java Glossary - has a lot of smaller articles on various Java topics, related to this page is the one on Java virtual machines. ...
- Open Directory - a web directory; Java Implementations entry .
- Sun Java ports page - Sun's overview of JDKs and JREs .
- Yahoo! directory - a web directory: Java VM entry .
- How important is execution speed? Do you want to use the common approach of interpreted bytecode or do you want to create machine code from your Java programs? What about a just-in-time (JIT) compiler that converts (part of) the bytecode to native code when necessary? .
- Which edition of Java is required for your programs? Sun has come up with a micro, a standard and an enterprise edition. ...
- Do you want Java as defined in the Java Language Specification, or do you need a subset or superset of language features? .
- com/java/) and tell me about it! .
364. Article: Perl
- en.wikipedia.org
- Perl is one of the programming language components of the popular LAMP free software platform for web development. ...
- Rather, perl (the program) first compiles an entire program to an intermediate byte code (much like Java's byte code), optimizing as it goes, and then executes that byte code. ...
- Development of the next major release, Perl 6, is also underway. ...
- The basic control structures do not differ greatly from those used in the C or Java programming languages: .
- Perl6 is currently under development, and is planned to separate parsing and compilation and runtime, making the a virtual machine that is more attractive to developers looking to port other languages to the architecture. ...
- Perl 6 development .
- 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 .
365. Article: Dedicated Wikipedia editor - Wikimedia's Meta wiki
- meta.wikipedia.org
- A client-side reader/editor is currently under development. ...
- Java / eclipse .
- Another good choice would be to add a wikipedia mode to jedit 1 , an open source editor in Java with utf-8 and unicode support and almost as many plugins as emacs has. ...
- (I'm dubious of Java for easy install; execution isn't world-standard, and if there's not an appropriate JVM on the machine, the user has to find and install one too. ...
366. Article: GNU Go
- en2.wikipedia.org
- Development page (usually has more recent versions) .
- gGo - Java based .
- Jago - Java based .
367. GUI Development with Java
- www.linuxjournal.com
- Issue 61: GUI Development with Java.
- Darwin takes a look at Java and describes the steps for writing a user interface in Java.
- If you looked at the earliest versions of Java and concluded that its GUI development toolkit wasn't quite ready for prime time, it's time to look again. ...
- The Java Foundation Classes (JFC) introduced with Java Version 1. 2 bring Java forward to the point where it can easily compete head-on with Motif and MFC for professional GUI development. If you already know the Java language, JFC can beat both Motif and MFC hands down for ease of programming. In this article, I will show code that was developed ``by hand'' using just vi and the Java Development Kit (JDK). Many higher-level development tools and GUI builders are available to make this job even easier. ...
- What are Java and AWT?.
- The latest newcomer is Java. Java programs compile from source code into ``byte code'', a portable and compact machine representation of the executable statements the programmer wrote. ...
- Java Continues from C and C++.
- To help developers come up to speed quickly and easily, Java borrows most of the syntax of C and quite a bit of the syntax of C++. ... For C programmers who wish to understand Java's OO syntax, think of objects as structs with functions associated with them. ...
- Java does away with both; since Java programs are compiled for the Java Virtual Machine, in which the addresses are unknown at compile time, there are no pointers. ...
- Java simply extends this notion to arrays and objects, which makes for more reliable programs. ...
368. Advanced Java: Development for Enterprise Applications
- www.isbn.nu
- Advanced Java: Development for Enterprise Applications.
- Advanced Java: Development for Enterprise Applications.
- Application software; Development.
- Computers - Programming Languages - Java .
- Java (Computer program language).
369. Article: Komputillingvo - Vikipedio
- eo.wikipedia.org
- Ili havis datumbazojn, uzantajn interfacajn bibliotekojn, kaj tion kio ni nun nomigas programada medio (angle "integrated development environment"). ...
- C, Java, Pascal, Ada, ktp estas ordonemaj lingvoj. ...
- 1991: Java .
370. Article: Project management software
- www.wikipedia.org
- DotProject -- open-source, internet-based, in early development, http://www. ...
- KPlato -- a project management application KOffice suite (in early stages of development), http://www. ...
- Gantt-Project, written in Java for all OS http://ganttproject. ...
371. Java virtual machines, Java development kits and Java runtime environments
- java-virtual-machine.net
- :Home: :Microsoft VM: :Sun JVM: :Other JVMs: :Download: :Tech FAQ: :Forum: :Java Menus: :DHTML Menu: .
- This page is supposed to give an overview of Java virtual machines (JVMs), Java development kits (JDKs), Java runtime environments (JREs) and related products. ...
- Java development kits and Java runtime environments, .
- standalone Java virtual machines, .
- Java products for embedded systems and .
- com/java/) and tell me about it! .
- com/people/walrus/amiga/java. ...
- The link is an introductory text to Java on the Amiga platform, not a VM or compiler. ...
- com/java/.
- com/java/.
- Apple offers the Mac OS Runtime for Java (MRJ) 2. ...
- A Java 2 Runtime Environment (1. ... There are no plans porting any Java version higher than 1. ...
- See the ports page for more details on the status of development and tests of 1. ...
- com/java/.
- Java 2 is available for BSDi Internet Super Server 4. ... Note also that you must have a support contract with BSDi to be able to download the development kit. ...
372. Open Directory - Computers: Programming: Languages: Java: Development Tools: Performance and Testing
- dmoz.org
- Top: Computers: Programming: Languages: Java: Development Tools: Performance and Testing (85) .
- Computers: Programming: Languages: Java: Development Tools: Obfuscators (27) .
- Autolog - Simplifies considerably all the actions of test and checking of Java code. ...
- Bugkilla - J2EE Functional Test Suite - Bugkilla is a set of java tools for the functional acceptance test of J2EE Web Applications. ...
- Cactus - Cactus is a JUnit based test framework for integration unit testing of server-side java code (Servlets, EJBs, Tag Libs, Filters). ...
- Clover - A code coverage tool for Java. ...
- Eclipse Profiler Plugin - A plugin for the Eclipse platform which allows Java code profiling. ...
- It provides a powerful GUI to accomplish Java unit and regression test without programming effort. ...
- Commercial, free for open source development .
- GrandTestAuto - A tool for the comprehensive testing of Java applications. ...
- The Grinder - A Java load-testing framework. It has mature support for testing HTTP services, and can also be used to test arbitrary Java code. ...
- HttpUnit - Automates website testing, including form submission, JavaScript, basic http authentication, cookies and automatic page redirection, and allows Java test code to examine returned pages either as text, an XML DOM, or containers of forms, tables, and links. ...
- Jacareto - Capture-and-Replay-Tool for Java applications and applets which can be used for GUI testing, with command line and GUI frontends. ...
- Java server benchmarks - Describes benchmarks for Network computing with Java. ...
- Java Test Coverage Tool - A tool for collection test coverage on large Java Systems. Works with Java, Realtime Java, and embedded JVMs. ...
373. argouml.tigris.org
- argouml.tigris.org
- On Unix: Type the command 'java -jar argouml. ...
- ArgoUML is not only a free UML modelling tool, it is also an Open Source Development project where you are invited to contribute. ...
374. Article: Type theory
- en.wikipedia.org
- With the rise of powerful programmable computers, and the development of programming languages for same, type theory has found practical application in the development of programming language type systems. ...
- , TAL, Java bytecode verification) .
375. Ensuring Performance In Java Development
- www.quest.com
- Ensuring Performance In Java Development.
- You Are Here: Products & Solutions / Java (J2EE and J2SE) / JProbe / .
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.