55 posts tagged “java”
OpenJDK is the place to collaborate on an open-source
implementation of the Java
Platform, Standard Edition, and related projects.
There are two OpenJDK streams:
- http://www.icewalkers.com/rpm/java-1.6.0-openjdk-plugin/fedora-core-9/
- http://www.rpmfind.net/linux/rpm2html/search.php?query=java-1.6.0-openjdk-plugin
If your favorite free libre open source project is only available as a tgz or zip (ie umlet) you can now easily turn it into a fully viewable & searchable code repository by using github or google code svn !
You can then use ohloh.net to analyse the code for you !
Simply
- sign up for a github or google code svn account
- CREATE a new repo (ie http://github.com/osde8info/UMLet)
- download tgz or zip
- untgz or unzip
- ADD files to repo
- COMMIT files to repo
- (if using github you may also need to 'remote add' and 'push')
- add enlistment to ohloh (ie git://github.com/osde8info/UMLet.git)
https://www.ohloh.net/p/UMLet/analyses/latest
JavaFX is Launched
JavaFX 1.0 was released on December 4th 2008 with support for MacOSX 10.4 and higher, Windoz, and a preview of JavaFX for Mobile. GNU/Linux and Solaris support are coming soon as well. The release includes a hosted runtime, audio and video support, a complete set of tools for developers, plugins for PhotoShop and Illustrator, and a mobile emulator.
- http://javafx.com/
- http://java.sun.com/javafx/
- https://openjfx.dev.java.net/
- http://kenai.com/projects/eplugin
- http://java.sun.com/javafx/reference/
- http://blogs.sun.com/theplanetarium/
- http://blogs.sun.com/javafx/
- http://java.sun.com/javafx/1/tutorials/core/
What is JavaFX ?
JavaFX is an expressive client platform for creating and delivering rich internet experiences across all the screens of your life. And now, Sun introduces JavaFX Mobile, which runs directly on Java ME to take advantage of its ubiquity, security, and highly capable feature set.
Two good reasons are: ubiquitous delivery, and rapid development of graphical applications. JavaFX is built on the Java platform, which is available on everything from cell phones to supercomputers. JavaFX Script is designed so that the developer can express their desired results succinctly and simply. Where most programming languages require the developer to describe what they want imperatively (tell me how to achieve the effect you want), JavaFX Script allows you to instead express many things declaratively (tell me what you want, and I'll figure out how to make it happen). Declarative programming is particularly powerful in expressing the interactive relationships between graphical components, greatly simplifing the code and the development process.
See also:
- http://openjfx.java.sun.com/current-build/doc/reference/JavaFXReference.html
- http://blogs.sun.com/sundararajan/resource/JavaFX_for_Java_JS_programmers.pdf
Eclipse Europa IDE 3.3.2 Packages
http://www.eclipse.org/downloads/packages/release/europa/winter
Eclipse Archived Downloads (3.3.2 and earlier)
http://archive.eclipse.org/eclipse/downloads/index.php
Download Details
http://archive.eclipse.org/eclipse/downloads/drops/R-3.3.2-200802211800/details.php
The latest version of the Eclipse IDE & SDK for Apple Mac OS/X and GNU/Linux developers is Eclipse Classic 3.4.1 and contains the Eclipse Platform, Java Development
Tools, and Plug-in Development Environment, including source and both
user and programmer documentation.
Eclipse Classic 3.2, 3.3 and even older versions can be found at:
and the Aptana Eclipse Studio & PHP Plugins which can be installed on 3.2, 3.3 or 3.4 can be found at:
- http://update.aptana.com/install/studio/3.2/site.xml
- http://update.aptana.com/install/php/3.2/site.xml
and can be installed via Eclipse Software Update:
EasyEclipse distributions are prepackaged releases of Eclipse that provides a fully functional Integrated Development Environment (IDE) for a specific type of development such as Java, PHP, Python or Ruby.
NOTE : Do not install EasyEclipse in a directory with a space in it since it will instantly crash !
Each distribution contains everything you need to start developing code, without any additional downloads. Note that there are two releases for some distributions:
- EasyEclipse 1.2.2 is the previous stable release, based on Eclipse 3.2.2. All EasyEclipse plugins are working on this release.
- EasyEclipse 1.3.1 is a new release based on Eclipse 3.3.1. Not all distributions, and not all plugins, are available yet in that release.
EasyEclipse Plugins:
EasyEclipse Bugs & Feature Requests:
Apparently AppJet writes javascript apps using Java helma and serves javascript apps using Java rhino !
http://dev.helma.org/wiki/Sites+using+Helma/
Another browser based soft-coding framework, offered as a hosting service. The AppJet site itself runs on Helma, providing the environment in which the apps are developed, while the resulting apps themselves are served directly from a custom developed Rhino virtualisation engine.
WebTide Java Jetty HTTP Server is an open-source, standards-based, full-featured web server
implemented entirely in Java. It is released under the Apache 2.0
licence
and is therefore free for
commercial use and distribution. First created in 1995, Jetty has
benefitted from input from a vast user community and consistent and
focused development by a stable core of lead developers. There are many
more examples of Jetty in action on the Jetty Powered Page
that has selections from among the tens of thousands of production Jetty instances.
- http://www.webtide.com/
- http://blogs.webtide.com/
- http://jetty.mortbay.org/jetty/
- http://docs.codehaus.org/display/JETTY/Jetty+Powered
See Also