Learn More About This
Directory
Sponsored by Synergium.net,
Software Development Services with a Forward Thinking Approach
101. C# From a Java Developer's Perspective
- www.25hoursaday.com
- TO SUN MICROSYSTEMS' JAVA PROGRAMMING LANGUAGE.
- NET platform is to shorten development time by freeing the developer from worrying about several low level plumbing issues such as memory management, type safety issues, building low level libraries, array boundschecking , etc. ... As a Java developer the previous sentence could be described as "a short description of the Java language and platform" if the words C# and the. NET platform were replaced with words Java and the Java platform.
- What follows is an overview of similarities and differences between the language features and libraries of the C# and Java programming languages based on my experience using both languages. ... NET Framework Beta 2 for C# snippets and Java 2, Standard Edition (J2SE) version 1. 4 Beta 2 for the Java snippets.
- The More Things Change The More They Stay The Same This section describes concepts and language features that are almost exactly the same in C# and Java. ...
- The Same But Different This section describes concepts and language features that differ either only in syntax or in some similarly minor manner between C# and Java. ...
- An Ever So Slight Feeling of Dèjà Vu This section describes concepts and language features that exist in C# that are similar to those that exist in Java but with a significant difference. ...
- Now For Something Completely Different This section describes language features and concepts that exist in C# and have no Java counterpart. ...
- Wish You Were Here This section describes language features and concepts that exist in Java and have no C# counterpart. ...
- Just like Java, C# has a single rooted class hierarchy where all classes in C# are subclasses of System. Object the same way all Java classes are subclasses of java. ... Object's ToString() to java. ... Object does not have analogs to wait(), notify() or notifyAll() in java. ...
102. Computerworld Java
- www.computerworld.com
- Application Development ,. Net , Web Development , Web Services , XML up to DEVELOPMENT .
- up to DEVELOPMENT Java News.
- Microsoft Java software gets a reprieve until 2007.
- (April 14, 2004)-999 --> Microsoft has extended support of its Java Virtual Machine for an extra three years, giving users a reprieve before they must drop the software and migrate to Microsoft'.
- BEA, Sun advance their Java app servers.
- View more Java news.
- Special Coverage: Development Tutorials.
- Recent Development Tutorials Headlines.
- Python reappears in 100% pure Java.
- Migrating Java applications to. ...
- View our Development Tutorials special coverage page.
- Development tutorials.
- Web Services & Software Development 24 forums.
- Open Source Development 4 forums.
- NET beats Java! 36 messages .
103. zap technologies - Java Development
- www.zaptech.com
- Java Development.
- NMAKE java and JNI .
- jar - utility to compress java class files .
- J2ME - Java for PDAs, Pagers, and Mobile Phones .
- Is Java a Virus? .
- Compiling and Running: java and javac.
- (the seminal command line foundation that that underlies all java development and execution).
- java.
- class from the file to execute) java foobar.
- Disabling JIT (Just In Time) Compiler Add a property setting on the command line via the -D mechanism java -Djava. ...
- Applets: Java programs that are invoked by a web browser.
- 7X) are very inconsistent in how they enable Java applets to run. ...
- This means that anything but the simpliest Java applet is likely to be break or otherwise not run dependably in a browser window. ...
- HelloApplet" WIDTH=288 HEIGHT=144> </applet></P> </BODY> </HTML> // place the compiled class file in /myclasses directory // of your web server's default directory import java. ... Applet; import java. ...
- grant { permission java. ...
104. A P R E S S . C O M | Books for Professionals, by Professionals ...
- www.apress.com
- Home Java.
- Java.
- Enterprise Java Development on a Budget: Leveraging Java Open Source Technologies.
- Covers every major aspect of Open Source enterprise Java development "on a budget". ...
- Java articles:.
- Try Out Java Generics:Test Driving the JSR 14 Prototype.
- Java Guru and Apress Author John Zukowski takes time out to discuss the prototype implementation of generic support for the Java 2 platform.
- >All Java articles.
- Java featured books:.
- Java Regular Expressions: Taming the java. ...
- This book is a valuable reference for learning about regular expressions in Java. It focuses on the use of regular expressions in the Java language. ...
- Oracle JDeveloper 10g: Empowering J2EE Development.
- Oracle JDeveloper 10g is a versatile Java and J2EE development tool. Oracle JDeveloper 10g is an IDE that enables you to develop Java applications with minimal effort. JDeveloper can do wonders for your Swing, JSP, Servlets, Struts, EJBs, and Web Services development. Use this book to discover the fast and efficient way of developing Java applications!.
105. Java Development with Ant
- www.manning.com
- Java Development.
- In press Under development Recently published ebooks Catalog Contact us .
- Java Development with Ant.
- Manning's Java Development with Ant wins First Runner Up - Best Book 2003! Congratulations Erik and Steve! Read the press release.
- The most widely used build tool for Java projects, Ant is cross-platform, extensible, simple, and fast. ...
- Java Development with Ant systematically explores what Ant can do, and how to apply it to your project. ... It then guides you through the maze of more complex situations common in larger projects such as enterprise Java applications and Web Services. With this book you will gain access to a powerful tool to automatically build, test and deploy your Java software, no matter how simple or complex it might be. ...
- Translation rights for Java Development with Ant have been granted for Taiwan. ...
- *Rick and Nicholas are the authors of "Java Tools for eXtreme Programming" .
- Steve Loughran designs and builds production Web Services using Java and Ant. ... Erik poses with his Java Developer Journal Reader's Award. ...
106. Article: Common Language Infrastructure
- en2.wikipedia.org
- Many compilers are in development to produce code for this virtual machine. ...
- CLI is intended as a competitor for the Java virtual machine. ...
107. Java Development With Ant
- www.programming-reviews.com
- Java Development With Ant.
- Java Development With Ant .
- Book > Java Development With Ant > Customer Reviews: .
- Java Development With Ant > Customer Review #1: Its the best book on Ant, and the only one for Ant1. ...
- Java Development With Ant > Customer Review #2: Nonpartisan build structures and styles .
- "Java Development with Ant", does a great job of describing the ins and outs of setting up and using Ant. ...
- If you are the person primarily responsible for your projects development and/or production builds -. ...
- Java Development With Ant > Customer Review #3: Simply put, the best Ant coverage anywhere .
- If youre using Ant to build your Java projects, then you *need* this book. ...
- Java Development With Ant > Related Products .
- Struts in Action: Building Web Applications with the Leading Java Framework .
- Eclipse in Action: A Guide for the Java Developer .
- Java Tools for Extreme Programming: Mastering Open Source Tools Including Ant, JUnit, and Cactus .
- The Java Developers Guide to Eclipse .
- Effective Java Programming Language Guide .
108. BEA, Compuware Partner on Java Development
- today.java.net
109. Article: Java programming language
- en.wikipedia.org
- Java programming language.
- (Redirected from Java platform) .
- The Java language is an object-oriented programming language created by James Gosling and other engineers at Sun Microsystems. ... Gosling and friends initially designed Java, which was called Oak at first (in honour of a tree outside Gosling's office), to replace C++ (although the feature set better resembles that of Objective C). Sun controls the Java specification and holds a trademark on the Java name. ...
- 1 Java meets the Internet.
- There were four primary goals in the creation of the Java language: .
- The second characteristic, platform independence, means that programs written in the Java language must run similarly on diverse hardware. ... This is achieved by compiling Java language code "halfway" to bytecode--simplified machine instructions that conform to a set standard. The code is then run on a virtual machine (VM), a program written in native code on the host hardware that translates generic Java bytecode into usable code on the hardware. ... The Java language also includes support for multi-threaded programs. ...
- Sun's license for Java insists that all implementations be "compatible". ...
- Microsoft has taken the position that a compliant Java, meeting the terms of the license as ordered by the court, is inadequate and has decided to leave out any Java system at all in future versions of Windows. This means that stock versions of Internet Explorer in such versions of Windows will break for Web sites using Java applets. Sun and others have made available Java run-time systems at no cost for those versions of Windows without Java. The necessity to download them is a consequence of the litigation and Microsoft's decision to comply with the court's order by leaving out Java support. ...
110. SOFIA| JSP GUI Java Development Framework - Class and Tag Libraries
- www.salmonllc.com
- But SOFIA sets a new standard for Java development by delivering so much more in a framework matching best-of-breed tools integration with robust JSP class and tag libraries. SOFIA shortens application development time on the strength of its visual development capabilities and pre-built Java components that dramatically simplify coding. ... SOFIA accomplishes this by integrating best-of-breed development tools design tools like Dreamweaver and integrated development environments like IntelliJ and Eclipse. SOFIA?s unrivaled GUI development significantly improves a developer's experience. ... These pre-built components enhance Java and HTML development by separating HTML design from Java development. We believe strongly in separating HTML from Java in application design to ensure that applications can be debugged more easily. This separation also allows for specialization of development tasks by allowing HTML designers to design and Java developers to develop. ... But don?t take our word for it: Read the SOFIA review in Java Developer's Journal. ...
111. Java Development
- www1.fpl.fs.fed.us
- Java Development.
- As of 4/12/04, seven development efforts are under way:.
- Java code to calculate exact confidence bounds on a normal distribution coefficient of variation .
- Here are some Java links that might be useful to a developer.
112. Article: MySQL
- en.wikipedia.org
- 5 The development version.
- Programming languages—which can access MySQL databases—include C, C++, Eiffel, Smalltalk, Java, Perl, PHP, Python, Ruby, and Tcl; each of these using a specific API. ...
- The development version.
- As of 2003, the development version, Version 4. ...
- MySQL advocates reply that the program serves its purpose for its users, who are willing to accept the program's limitations (which decrease with every major revision) in exchange for speed, simplicity, and rapid development. ...
113. Java development on Macintosh -- is it viable or not?
- 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 .
- Java development on Macintosh -- is it viable or not? .
- Find out whether a Java developer using a Mac can be competitive, given the history of lags in delivery of tools for the MacOS .
- Mac Java developers read about the new and exciting features available to Java developers using Windows 95 or NT and then wait and wait. ... What are the reasons for this lag? Will it persist? Is it a problem? Read on for answers to these and other questions of critical importance to Mac-based Java developers. ...
- hile teaching a Java course this past semester, I enjoyed Java's platform independence, which let me easily work at home on my Macintosh using Sun's JDK and Metrowerks' CodeWarrior 11 while teaching in a Windows 95 environment using Sun's JDK and Microsoft's Visual J++. ...
- The question arose (and I posted it to several newsgroups): Can a Java developer work on a Macintosh and be competitive? This article explores the answers to this question as well as the issue of the considerable delay in release of tools for the MacOS. ...
- Sun's Eric Chu, product manager for the Java Developer Kit, explains that "JavaSoft's goal is to provide implementation for Windows, Mac, and Solaris," but "each implementation of the Java Platform and JDK is tied to the targeted operating systems. ...
- Will Iverson, Java & components product manager at Apple, adds that "previously, JavaSoft released revisions to Apple in the following sequence : JDK alpha, JDK beta, JDK GM, Apple alpha, Apple beta, Apple GM. ... The good news is that many of the Java-specific problems had been fixed before the Mac version was released. ...
- "Mac Java developers are not at a disadvantage," says Gordy Davies of Metrowerks' media relations department. ...
114. Java Links
- www.ibiblio.org
- Java Links.
- The key site for Java information is http://java. ... This is Sun's official site for Java, and contains the latest published version of all official Java information. ...
- The Java Platform .
- Porting Java to Other Platforms .
- Sun's Java Documentation .
- Java Developers Kit .
- The Java 1. ...
- The Java 1. ... This is as to Java as P. ...
- Sun's Java Tutorial .
- 0 Java Language Specification .
- General questions about Java. ...
- The Java Developers Kit .
- Java Security .
- Jeeves and The Java Server API .
115. Java Programming on Linux
- www.javalinux.net
- Java Programming on Linux.
- Welcome to the home page for the book Java Programming on Linux, published by Macmillan Computer Publishing. ...
- Java Programming on Linux is the first and, to date, only book devoted to the topic of using Java on Linux. You'll get some introduction to both technologies, but we're not out to duplicate the many fine Java and Linux books already out there: this book is unique in focusing on how you can use the two together. You may be surprised at how many options you have for developing and deploying in Java on Linux.
- Visit the Java on Linux FAQ at JGuru. ...
- The book comes with a CD-ROM, providing free software by the author and a free, advanced Java integrated development environment, Inprise JBuilder3. ...
- His experience includes development of embedded systems, device driver implementation, creation of development tools, definition and implementation work on the X Window System and the Common Desktop Environment, development of 2D and 3D graphics applications, UNIX application performance tuning, design of evolutionary algorithms, and implementation of financial algorithms.
- Nathan left HP in 1999 to pursue other opportunities in the worlds of Linux and Java. ...
- Available Java Development Kits.
- You have an ever-growing choice of sources for Linux ports of the Sun Java Software Development Kit. ...
- An interview with the author at java. ...
- An article on the PerfAnal tool (included with the book) at the Java Developer Connection site (free membership required for entry).
116. ElegantJ Java development tools and Solutions
- www.elegantj.com
- A 100% pure Rapid Java Development tool.
- The Rich set of JavaBeans to support your development, .
- " Build a product that can be used for creating applications, applets in JAVA with database and networking support by anyone
from a beginner to expert. ...
- GUI developer in VB / PB / Delphi who wants to speed into JAVA.
- A beginner in JAVA development.
- A JAVA expert.
- You want to reduce the cost of development in JAVA.
- And you want pure JAVA and platform independent tool for development. ...
- Have you heard of 'Visual Event Binding' which allows a novice in Java to write sophisticated Java programs in no time? .
- Would you like to know how a software development tool can dramatically reduce the cost of development?.
117. Java Development with Ant
- www.manning.com
- Java Development.
- In press Under development Recently published ebooks Catalog Contact us .
- Java Development with Ant.
- Manning's Java Development with Ant wins First Runner Up - Best Book 2003! Congratulations Erik and Steve! Read the press release.
- The most widely used build tool for Java projects, Ant is cross-platform, extensible, simple, and fast. ...
- Java Development with Ant systematically explores what Ant can do, and how to apply it to your project. ... It then guides you through the maze of more complex situations common in larger projects such as enterprise Java applications and Web Services. With this book you will gain access to a powerful tool to automatically build, test and deploy your Java software, no matter how simple or complex it might be. ...
- Translation rights for Java Development with Ant have been granted for Taiwan. ...
- *Rick and Nicholas are the authors of "Java Tools for eXtreme Programming" .
- Steve Loughran designs and builds production Web Services using Java and Ant. ...
Other
pages with similar relevance:
118. Linux Tutorial: JAVA on Linux
- www.yolinux.com
- YoLinux Tutorial: JAVA on Linux.
- This covers JAVA development and execution on Linux. ... Also see the YoLinux Java Servlets,Tomcat and Apache Tutorial. ...
- JAVA Integrated Development Environments. ...
- JAVA Server Pages (JSP) .
- JAVA Middleware and Three Tier Systems. ...
- JAVA GUI Components .
- JAVA GUIs defined by XML definition file .
- Installing the JAVA Software Development Kit .
- Installing the Borland JBuilder 9 Enterprise JAVA Software Development Environment .
- JAVA Developer Sites .
- JAVA Tutorials .
- JAVA Kernel Support .
- JAVA Integrated Development Environments:.
- org - Open Source IDE written in JAVA. ...
- Metrowerks: CodeWarrior - JAVA and GNU C++ development .
119. Java Software Development
- www.alphatel.com
- Requires a Java Enabled Browser. ...
- Alphatel Corporation Server-Side Java Development.
- Although servlets are not strictly a web standard, they are part of JDK2 and are supported by virtually all web servers; hence they have become the de facto open source standard for providing dynamic content using Java. ...
- Servlets in particular are java objects that extend javax. ...
- Java Server Pages.
- println statements, but a more attractive solution is to define an html template which includes some java script for dynamic generation. This is the JSP (Java Server Pages) solution (i. ... ADP for Java). Instead of burying fragments of HTML within Java code, as servlets do, JSP buries fragments of Java inside HTML pages, marked by jsp tags. ...
- The compiler parses the template, translating its contents into the equivalent Java source code which, when executed, will generate the output indicated by the original file. Static HTML is translated into Java strings, to be written unmodified into the output stream, and JSP tags are translated into Java code for generating dynamic content. ...
- It is often claimed that an advantage of JSP is that it cleanly separates presentation (which is handled by the html template) from data (which is generated from the java fragments). ... The result is that JSP pages tend to be messy, with no clear division between Java and HTML. ...
- Beans are simple Java classes that adhere to a strict set of naming and design conventions. ... Nonetheless, in the meantime, JSP pages can be made very clear, with clean seperation between data and presentation, by inserting references to Beans (with the tag), rather than raw Java. ...
- It is worth bearing in mind that a JavaBean is purely and simply a Java object that follows a particular very sensible coding convention. ... Apache and Java.
120. xmlhack: New book: Java Development with Ant
- www.xmlhack.com
- New book: Java Development with Ant 11:08, 29 Aug 2002 UTC | Michael Smith .
- Manning have released Java Development with Ant, written by two Apache Ant project core developers, Erik Hatcher and Steve Loughran, and including coverage of the new features in Ant 1. ...
- Ant is a cross-platform Java- and XML-based build tool that the Apache Jakarta Project describes as "kind of like Make, but without Make's wrinkles and with the full portability of pure Java code".
- Along with covering Ant basics (datatypes and properties, testing with JUnit full chapter available online 300KB PDF , program execution, packaging, and deployment), Hatcher and Steve Loughran devote an entire chapter to the specifics of XML processing in the build -- from validating files against local copies of DTDs to XSLT transforms of Ant build logs themselves into readable HTML -- and another to Web Services development full chapter available online 250KB PDF , showing how you can use Ant to deploy to Axis, and then how to "generate and run unit tests against the endpoint, before going on to build and run a. ...
- using Ant in large development projects.
- Enterprise Java Beans work.
- developing native code (in the form of Java Native Interface libraries).
- Re: New book: Java Development with Ant (Greg - 13:01, 6 Jun 2003).
- Re: New book: Java Development with Ant (Alx Dark - 15:34, 29 Aug 2002).
- "Java Development with Ant" covers many more advanced and intriguing uses for Ant as a build management tool. ...
121. PsychoticSoftware: Products
- www.psychoticsoftware.com
- It is a feature rich setup toolkit for Java. ... It can make Cross-Platform Java Installers as well as Native installers. ...
122. SwTech.com - Java Development Environments and Tools
- www.sw-technologies.com
- com- Java Development Environments and Tools.
- TP | DB | Java | JavaBeans | C++ | Design-Pattern | CORBA | Server | Script | SCM | Dev-Mags | Net-News | WebDev | Net | XML .
- com site: Java : Java Development Environments and Tools .
- IDE's and other development tools. ...
- ">Java Testing Tools and Techniques ">Java Coding Standards ">Make, Version Control and Configuration Management for Java .
- Java ">Make, Version Control and Configuration Management for Java ">Java Testing Tools and Techniques ">Java Coding Standards .
- JavaWorld's Developer Tools Guide A guide to Java developer tools from JavaWorld, including links to any past reviews. ...
- Java Development Environment Review A review from TechWeb / Communications Week of the three main offerings in the Java Development Tools market - Sun Java Workshop, Microsoft Visual J++ and Symantic Visual Cafe. Using the Netscape Java Console Some great tips from JavaWorld on undocumented facilities of the Java Console in Netscape Navigator, and especially how to use this to decide on the optimal contents of an ARCHIVE file to improve applet download time. Java Console for MSIE A 'Java Console' for Microsoft Internet Explorer similar to the facility in Netscape Explorer. ...
- Very useful for on-the-fly debugging of Java applets. The Free Builder Project The Free Builder Project was initiated by a group of Java-Linux members who cooperate to develop a free Java Integrated Development Environment. They believe that Free Builder will make their life much easier, as Java becomes the most widely used language for distributed and general purpose programming. ...
- Lava - A Java GUI Designer The home page for Lava - a great little utility for designing GUI displays that use a GridBagLayout, and then generates the Java code to build that display. ...
- Could be the only screen designer you need! IBM VisualAge for Java Home page for IBM's VisualAge for Java development environment - a full visual development environment with built in version control features. ... JDE - a Emacs-Based Java IDE An integration of Emacs program development facilities (e. ... Java-related functions for Emacs (JAMACS) Some Elisp code by Morten Hindsholm at EOS which you may find useful when editing Java source code EMACS, or as the basis for your own EMACS customisation. JPadPro A nice little shareware editor / IDE for Java, VRML and HTML, with colour syntax editing and the other usual IDe facilities. ... 0, the next version of their Java integrated development environment. ... 1 rates as probably the best development environment for serious Java programming. Jamie - multiple subclassing for Java Jamie is a preprocessor for Java that fills the gap between interfaces and multiple inheritance. ... JDEX - Java Development Environment using Windows Explorer Using a very interesting and natural approach, JDEX provides the tools to use Windows Explorer as a GUI front end to Sun's Java Development Kit. It is NOT a full featured Integrated Development Environment (IDE) nor is it a 'Visual' Java development tool, but it is still useful non-the-less. ...
123. Java Development - GameDev.Net Forums
- www.gamedev.net
124. Java Development Kit (JDK)
- www.eskimo.com
- Date Prev Date Next Thread Prev Thread Next Date Index Thread Index Java Development Kit (JDK).
- Subject: Java Development Kit (JDK) .
- com> has got JDK on-line and working so it is now possible to develop and compile Java Applet's here. ... com/support/java/ We'll get this linked into www support page shortly. ...
125. Java Development Tools
- www.openroad.org
- 2720 Java Development Tools.
- Javac – The Java Compiler.
- java.
- java.
- The javac command compiles Java source code into Java bytecodes. You then use the Java interpreter - the java command - to interprete or execute the Java bytecodes. ...
- Java source code must be contained in files whose filenames end with the. java extension. ... java, if the class is public or is referenced from another source file. ...
- Java / javaw - The Java Application Launcher.
- java options classname <args>.
- The java program launches a Java application. It does this by starting a Java runtime environment, loading a specified class, and invoking that class's main method. The java program executes Java. class files created by a Java compiler, for instance, javac. ...
- C:\>java java. ...
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.