summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/doc/www.gnu.org/events
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/doc/www.gnu.org/events')
-rw-r--r--libjava/classpath/doc/www.gnu.org/events/Makefile32
-rw-r--r--libjava/classpath/doc/www.gnu.org/events/escape_fosdem05.wml149
-rw-r--r--libjava/classpath/doc/www.gnu.org/events/events.wml73
-rw-r--r--libjava/classpath/doc/www.gnu.org/events/fosdem04.wml100
-rw-r--r--libjava/classpath/doc/www.gnu.org/events/fosdem06.wml191
5 files changed, 0 insertions, 545 deletions
diff --git a/libjava/classpath/doc/www.gnu.org/events/Makefile b/libjava/classpath/doc/www.gnu.org/events/Makefile
deleted file mode 100644
index 62145274798..00000000000
--- a/libjava/classpath/doc/www.gnu.org/events/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-ifndef WMK
- export WMK=wmk
-endif
-ifndef WML
- export WML=wml
-endif
-
-WML_SRC = $(wildcard *.wml)
-WML_OBJS = $(patsubst %.wml,%.html,$(WML_SRC))
-
-%.html: %.wml ../include/macros.wml ../include/layout.wml
- $(WML) -o $@ $<
-# -rm -f $(patsubst %.wml,%.html,$<)
-
-all : $(WML_OBJS) subdirs
-
-.PHONY : clean
-clean :
- $(foreach dir, $(SUBDIRS), sh -c "cd $(dir) && $(MAKE) clean";)
- -rm -f *.html
-
-.PHONY : subdirs
-subdirs :
- $(foreach dir, $(SUBDIRS), sh -c "cd $(dir) && $(MAKE)";)
-
-.PHONY : publish
-publish :
- @sh -c "if [ "$(CLASSPATH_WEBROOT)x" = x ]; then echo 'You must set CLASSPATH_WEBROOT in your environment first'; exit 1; fi"
- @sh -c "if [ ! -d $(CLASSPATH_WEBROOT) ]; then echo 'You must set CLASSPATH_WEBROOT in your environment first'; exit 1; fi"
- $(foreach dir, $(SUBDIRS), sh -c "cd $(dir) && $(MAKE) publish";)
- -cp -f *.html $(CLASSPATH_WEBROOT)/events/
-
diff --git a/libjava/classpath/doc/www.gnu.org/events/escape_fosdem05.wml b/libjava/classpath/doc/www.gnu.org/events/escape_fosdem05.wml
deleted file mode 100644
index 78fe412134d..00000000000
--- a/libjava/classpath/doc/www.gnu.org/events/escape_fosdem05.wml
+++ /dev/null
@@ -1,149 +0,0 @@
-#!wml --include=..
-
-#include "include/layout.wml"
-
-<set-var last-modified-author="mjw">
-<subject "Escape the Java Trap @ Fosdem 2005">
-
-<box>
-<boxitem>
-<h2>Escape the Java Trap! - GNU Classpath Hacker Room</h2>
-
-<i>Fosdem, Saturday/Sunday 26/27 February 2005, Brussels, Belgium</i>
-<p>
-<b>UPDATE: Presentations are now linked below!</b>
-<p>
-The Fosdem organisation has generously offered the developers of
-various projects around GNU classpath the opportunity to meet face
-to face in their own developer room.
-<p>
-We have brought together a wide range of different speakers from
-various projects that together provide a free software alternative to
-the proprietary java platform. Developers from these various projects
-will come from all over the world to discuss cooperation and to make
-development plans to the next year.
-<p>
-You are very welcome to join us and learn about the IKVM architecture
-and how to freely mix and match traditional java and .net applications
-and libraries, how GNU and Apache developers can and should work
-together, how you can do rapid GNOME desktop development through
-java-gnome, how researchers are using GNU Classpath to do cutting edge
-research into Just In Time compilation, see demonstrations of
-lightning fast native eclipse, learn what will be possible with GNU
-Classpath and GCC 4.0, whether Kaffe will ever release their version
-1.1.5, what we think about compatibility, freedom vs control and
-learn how you can create your own GNU Compiler Collection frontend for
-languages such as the 1.5 java programming language.
-<p>
-Full schedule and abstracts at <a
-href="http://www.fosdem.org/2005/index/dev_room_classpath/schedule">http://www.fosdem.org/2005/index/dev_room_classpath/schedule</a>
-<p>
-</boxitem>
-
-<boxitem>
- <h3>Saturday 14:00 - 17:00 - "Building Bridges"</h3>
-
- <p>
- Reaching out to other communities.
- How can GNU Classpath, GCC/GCJ and Kaffe hackers
- learn from and work together with others?
- </p>
- <p>
- <b>14:00 - 14:50</b> <i>Jeroen Frijters</i>
- <a href="http://www.frijters.net/fosdem2005.sxi">IKVM.NET -- Motivation and Architecture</a> (sxi)
- </p>
- <p>
- <b>15:00 - 15:50</b> <i>Leo Simons</i>
- <a href="http://www.apache.org/~leosimons/presentations/fosdem2005/gump@fosdem.pdf">Apache Gump -- Continuous integration on steroids</a> (pdf)
- </p>
-
- <p>
- <b>16:00 - 16:50</b> <i>Jeffrey Morgan</i>
- <a href="http://java-gnome.sourceforge.net/presentations/fosdem05/img0.html">Liberation through Binding! -- Using java-gnome to build desktop applications</a> (html)
- </p>
- <p>
- <b>17:00 - 17:30</b> <i>Christian Thalinger</i>
- <a href="http://www.complang.tuwien.ac.at/cacaojvm/papers/fosdem2005.ps">CACAO -- From the fastest JIT to a JVM</a> (ps)
- </p>
-<p>
-</boxitem>
-
-<boxitem>
- <h3>Sunday 10:00 - 13:00 - "Demo Time!"</h3>
- <p>
- Public presentations and overviews of the current state of the
- GNU Classpath library , GCC/GCJ(X) compiler and Kaffe runtime.
- </p>
- <p>
- <b>10:00 - 10:50</b>
- <i>Thomas Fitzsimmons</i>
- <a href="http://people.redhat.com/fitzsim/fosdem-2005/html/fosdem-2005-presentation.html">Free AWT and Swing -- The GUI parts of GNU Classpath</a> (html)
- (<a href="http://people.redhat.com/fitzsim/fosdem-2005/fosdem-2005-presentation.sxi">sxi</a>)
- </p>
- <p>
- <b>11:00 - 11:50</b>
- <i>Tom Tromey</i>
- <a href="http://www.peakpeak.com/~tromey/fosdem-2005.sxi">GCJX -- Writing a new GCC front end</a> (sxi)
- </p>
- <p>
- <b>12:00 - 12:50</b>
- <i>Dalibor Topic</i>
- <a href="http://www.kaffe.org/~robilad/kaffe-past-present-future-FOSDEM05.pdf">Kaffe -- Past, Present and Future</a> (pdf)
- </p>
-<p>
-<boxitem>
-
-<boxitem>
- <b>Extra (13h15 - 13h30) GCJ & Native Eclipse</b>
- <p>
- <i>Bryce McKinlay</i> -- Lightning Talk.
- GCJ and the Eclipse IDE: desktop application development with Java-gnome.
- </p>
-<p>
-</boxitem>
-
-<boxitem>
- <h3>Sunday 14:00 - 17:00 - "The Future"</h3>
- <p>
-
- Technical Planning Session
- <p>
- This 3 hour session for hackers will consist of:
- <ul>
- <li> A general part explaining what is needed.
- <li> Splitting up in groups to discuss specific topics to
- solve the problems and make development plans.
- <li> A short present by each group about the ideas discussed.
- </ul>
- <p>
- Please add ideas and suggestions to the WIKI:
-<a href="http://developer.classpath.org/mediation/Fosdem2005">http://developer.classpath.org/mediation/Fosdem2005</a>
-<p>
-</boxitem>
-
-<boxitem>
-<b>Additional Resources:</b>
-<ul>
-<li><createlink name="Free But Shackled - The Java Trap"
- url="http://www.gnu.org/philosophy/java-trap.html">
- (by Richard Stallman)
-</li>
-</ul>
-<p>
-<boxitem>
-
-<boxitem>
-<b>Official links:</b>
-<ul>
-<li><createlink name="FOSDEM Homepage"
- url="http://www.fosdem.org/">
-</li>
-<li><createlink name="GNU Classpath Room"
- url="http://www.fosdem.org/2005/index/dev_room_classpath/">
-</li>
-<li><createlink name="GNU Classpath Room Schedule"
- url="http://www.fosdem.org/2005/index/dev_room_classpath/schedule/">
-</li>
-</ul>
-<boxitem>
-</box>
diff --git a/libjava/classpath/doc/www.gnu.org/events/events.wml b/libjava/classpath/doc/www.gnu.org/events/events.wml
deleted file mode 100644
index 7d9514bdf9d..00000000000
--- a/libjava/classpath/doc/www.gnu.org/events/events.wml
+++ /dev/null
@@ -1,73 +0,0 @@
-#!wml --include=..
-
-#include "include/layout.wml"
-
-<set-var last-modified-author="prk">
-<subject "GNU Classpath Events">
-
-<box>
-<boxitem>
-<strong>Upcoming Events:</strong><br>
-<ul>
-<li>[25+26 Feb. 2006] FOSDEM'06 in Brussels, Belgium. [<createlink name="GNU Classpath and friends" url="events/fosdem06.html">]</li>
-</ul>
-</boxitem>
-
-<boxitem>
-<strong>Past Events:</strong><br>
-<ul>
-
-<li>
-[1-5 Aug 2005] <a href="http://conferences.oreillynet.com/os2005/">OSCON</a>, Portland, Oregon - USA
-<ul>
-<li><a href="http://conferences.oreillynet.com/cs/os2005/view/e_sess/6730">The State of Free JVMs</a>
-Tom Tromey</li>
-</ul>
-
-<li>
-[29-31 May 2005] <a href="http://2005.guadec.org/">Guadec</a>, Stuttgart - Germany
-<ul>
-<li><a href="http://2005.guadec.org/schedule/gnometalks.html#eclipseyou">The Eclipse IDE and you</a>
-Ben Konrath and Andrew Overholt
-(<a href="http://overholt.ca/eclipse/GUADEC2005-EclipseIDE.pdf">slides</a>)</li>
-<li><a href="http://2005.guadec.org/schedule/gnometalks.html#javagnome">Eclipse, Java-GNOME, and GCJ</a>
-Andrew Cowie and Ben Konrath</li>
-</ul>
-<p>
-<li>
-[1-4 Jun. 2005] <a href="http://fisl.softwarelivre.org/6.0/">6th International Free Software Forum</a> (fisl), Porto Alegre/RS, Brazil
-<ul>
-<li><a href="http://fisl.softwarelivre.org/papers/pub/programacao/360">Encontro Javali: Escape the Java Trap: GNU Classpath and Kaffe</a>
-Dalibor Topic and Mark Wielaard
-(<a href="http://www.klomp.org/mark/classpath/GNUClasspathKaffe/">slides</a>)</li>
-</ul>
-<p>
-<li>
-[22-25 Jun 2005] <a href="http://www.linuxtag.org/">LinuxTag</a>, Karlsruhe - Germany
-<ul>
-<li><a href="http://www.linuxtag.org/vcc/details.pl?id=162">GNU Classpath</a>
-Robert Schuster (in German)
-(<a href="http://www.inf.fu-berlin.de/%7Erschuste/GNUClasspath-LinuxTag2005-English.pdf">slides</a>)</li>
-<li><a href="http://www.linuxtag.org/vcc/details.pl?id=166">GCJ and Classpath: A Free Implementation of the Java programming language</a>
-Andrew Haley (in English)
-(<a href="http://people.redhat.com/~aph/linuxtag.tar.gz">slides</a>)</li>
-</ul>
-<p>
-<li>[26+27 Feb. 2005] FOSDEM'05 in Brussels, Belgium. [<createlink name="Escape The Java Trap!" url="events/escape_fosdem05.html">]
-<p>
-<li>[21+22 Feb. 2004] FOSDEM'04 in Brussels, Belgium. [<createlink name="report" url="events/fosdem04.html">]
-<p>
-<li>[14+15 Oct. 2003] Linux Kongress '03 in Saarbr&uuml;cken, Germany.
-<ul>
-<li>Hacking on the VM Interface: GNU Classpath workshop, Mark Wielaard
-(<a href="http://www.klomp.org/mark/classpath/slides/gnu_classpath_workshop.html">slides</a>).
-<li>Agile2D: implementing Graphics2D over OpenGL, Jean-Daniel Fekete
-(<a href="http://www.klomp.org/mark/classpath/Agile2D.pdf">slides</a>).
-</ul>
-
-</ul>
-<br><br><br>
-</boxitem>
-
-
-</box>
diff --git a/libjava/classpath/doc/www.gnu.org/events/fosdem04.wml b/libjava/classpath/doc/www.gnu.org/events/fosdem04.wml
deleted file mode 100644
index 257a7b671ea..00000000000
--- a/libjava/classpath/doc/www.gnu.org/events/fosdem04.wml
+++ /dev/null
@@ -1,100 +0,0 @@
-#!wml --include=..
-
-#include "include/layout.wml"
-
-<set-var last-modified-author="prk">
-<subject "GNU Classpath: FOSDEM'04">
-
-<box>
-<boxitem>
-<h2>GNU Classpath at FOSDEM'04</h2>
-
-Saturday, 21 February 2004
-
-A whole room was devoted to Free Java Developers. The following talks took place:
-<ul>
-<li><strong>GNU Classpath -- Core Classes for a Diversity of Free Java Virtual Machines</strong>, Sascha Brawer and Mark Wielaard (GNU Classpath)<br>
-[<createlink name="slides" url="http://www.dandelis.ch/people/brawer/articles/classpathFeb2004/">]<br>
-<i>Mark presented an overview of the GNU Classpath project, the current development state, and the problems encountered, in particular the ability to fit so many JVM with different requirements and constraints</i>
-
-<li><strong>SableVM - the Apache of Java Virtual Machines</strong>, Grzegorz B. Prokopski (SableVM)<br>
-[<createlink name="slides" url="http://gadek.debian.net/FOSDEM/">]<br>
-<i>Grzegorz presented the SableVM JVM and its technical details; a whole unter the hood tour, including the use of m4 macro expansion for generating the VM code and an overview of interpreter and JIT techniques used.</i><br>
-
-
-<li><strong>fbAWT - Direct to your buffer</strong>, Stephane Meslin-Weber<br>
-<i>Stephane presented his project to map AWT directly to a framebuffer and VNC, and made a short demo of it.</i>
-
-</ul>
-
-Sunday, 22 February 2004
-
-There was a whole track of Java-related presentations:
-
-<ul>
-<li><strong>JOnAS</strong>, Florent Benoit (WebObjects)
-<li><strong>GCJ</strong>, Tom Tromey (GCJ, Red Hat)<br>
-[<createlink name="slides" url="http://www.peakpeak.com/~tromey/FOSDEM/gcj.html">]<br>
-<i>Tom presented the GCJ project and its goals. Many details on performance and status.</i><br>
-
-<li><strong>NetBeans</strong>, Ian Formanek (Sun)
-<li><strong>Java Security: How Free Software Is Secured Using the Java Language
-</strong>, Sascha Brawer (GNU Classpath, Dandelis)<br>
-Abstract: After a general introduction to why Java seems a reasonable choice for
-writing large and robust free software packages, the talk discusses the
-security features of the Java platform. It is shown how several actors
-play together to ensure type safety, encapsulation and declarative access
-control. Four concrete denial-of-service attacks illustrate the
-importance of enhancing the platform by techniques for managing resource
-consumption.
-<br>[<createlink name="slides" url="http://www.dandelis.ch/people/brawer/articles/classpathSecurity/">]
-</ul>
-
-</ul>
-
-In the afternoon, more discussions took place in the Free Java Developers room.
-
-<ul>
-<li><strong>Packaging Free Java Applications For Free Operating Systems</strong>, Dalibor Topic (Kaffe) and Arnaud Vandyck (Debian)<br>
-[<createlink name="Wiki" url="http://java.debian.net">]<br>
-<i>Dalibor and Arnaud explained the problems encountered while packaging Java for Debian.</i>
-
-<li><strong>Free Discussion</strong><br>
-<i>A proposal by Andrew Haley (GCJ) for the standardization of the JIT interface in the VM was discussed.</i>
-
-</ul>
-
-</boxitem>
-<boxitem>
-In Mark Wielaard's words
-<ul>
-<li> <i>There were between 20 and 50 people following the different
-presentations, talks and discussions in our developer room. And Tom
-Tromey his talk on gcj in the big room got 120 interested people.</li>
-<li> <i>We could have had more in depth technical discussions. Most of the
-presentations now were more overviews of what was already there. Which
-is great for attracting new developers and explaining our goals to
-outsiders. But for next time we must really appoint people that lead
-some technical issue. Many thanks to Andrew for just standing up and
-starting the pluggable JIT interface discussion by telling how gcj would
-like to support it.
-</i>
-
-</ul>
-
-See his whole message in the <createlink name="mail archive" url="http://mail.gnu.org/archive/html/classpath/2004-02/msg00051.html">.
-</boxitem>
-<boxitem>
-Additional Resources:
-<ul>
-<li><createlink name="GNU Classpath's Flyer" url="http://www.klomp.org/mark/classpath/fosdem/"> (Kudos to Mark Wielaard)
-<li><createlink name="Group Picture" url="http://adorphuye.com/gallery/FOSDEM2004/IMGP0234"> (thanks to Stephane Meslin-Weber)
-</ul>
-
-Official links:
-<ul>
-<li><createlink name="FOSDEM Homepage" url="http://www.fosdem.org">
-<li><createlink name="FOSDEM Java Dev Room" url="http://www.fosdem.org/2004/index/dev_room_java/">
-<li><createlink name="FOSDEM Java Dev Room Schedule" url="http://www.fosdem.org/2004/index/dev_room_java/schedule/">
-</ul>
-</box>
diff --git a/libjava/classpath/doc/www.gnu.org/events/fosdem06.wml b/libjava/classpath/doc/www.gnu.org/events/fosdem06.wml
deleted file mode 100644
index 2623ef06630..00000000000
--- a/libjava/classpath/doc/www.gnu.org/events/fosdem06.wml
+++ /dev/null
@@ -1,191 +0,0 @@
-#!wml --include=..
-
-#include "include/layout.wml"
-
-<set-var last-modified-author="mjw">
-<subject "GNU Classpath and friends @ Fosdem 2006">
-
-<box>
-<boxitem>
-<h2>GNU Classpath and friends meeting during Fosdem 2006</h2>
-
-<i>Fosdem, Saturday/Sunday 25/26 February 2006, Brussels, Belgium</i>
-<p>
-The various free software library, runtimes, compiler and tool
-projects around GNU Classpath will meet in Brussel to discuss what has
-happened in the last year in the Free Software community and what the
-next year will bring us during Fosdem.
-<p>
-The 6th edition of FOSDEM (Free and Opensource Software Developers'
-European Meeting) will take place on February 25+26 2006 in Brussels
-(Belgium), at the Solbosch Campus of the ULB (Free University of
-Brussels). FOSDEM is a free and non-commercial event for the community
-and organized by the community.
-See <a href="http://www.fosdem.org/">http://www.fosdem.org/</a>.
-</boxitem>
-
-<boxitem>
- <h3>Saturday from 13:00 to 17:00 - "End-User talks"</h3>
-
- <p>
- Presentations that show what cool stuff can be done with the Free
- Stack right now.
- </p>
-
- <p>
- <b>Putting the 'Free' into JFreeChart</b>
- <i>Dave Gilbert, JFreeChart Project Leader</i>
- <p>
- A review of the efforts to make JFreeChart work with GNU
- Classpath-based runtimes, including a brief history, a demonstration
- of the current state (using the java bindings for Cairo), and an
- overview of the work that remains to be done.
- </p>
- </p>
-
- <p>
- <b>Using Eclipse for GNU Classpath development</b>
- <i>Tom Tromey</i>
- <p>
- Learn how to setup a fully working development environment based
- on GNU Classpath in Eclipse that can be used to bootstrap the full
- free toolchain (and can be used to run Eclipse itself) in just 10
- minutes.
- </p>
- </p>
-
- <p>
- <b>Eclipse RCP and GCJ/GIJ</b>
- <i>Wayne Beaton</i>
- <p>
- Eclipse Rich Client Platform (RCP) is a runtime platform for
- delivering your Java applications on multiple platforms. RCP is far
- more than just a windowing toolkit; it is rich client "middleware"
- that provides a comprehensive framework for building and deploying
- applications that are modular, extensible, and updatable. The kinds
- of applications you can build with Eclipse RCP are limited only by
- your imagination. During this talk, we will discuss how the Eclipse
- RCP can be used in conjunction with the Eclipse Eco-system and
- GCJ/GIJ to build high quality applications.
- </p>
- </p>
-
-<p>
-</boxitem>
-
-<boxitem>
- <h3>Sunday from 09:00 to 13:00 - "Developer talks"</h3>
-
- <p>
- Presentations of (core) libraries and runtimes that are in progress,
- made a lot of progress in the last year and are in active development.
- </p>
-
- <p>
- <b>Free Swing, past, present and future</b>
- <i>Roman Kennke</i>
- <p>
- An overview of that state of Free Swing one year ago, what has been
- done in the meantime, what still must be done and which applications
- work now.
- </p>
- </p>
-
- <p>
- <b>The Free CORBA comes</b>
- <i>Dr Audrius Meskauskas</i>
- <p>
- If the Free world does not want to step back in the battle, we need
- a complete set of the Free tools for advanced communication over
- the network. For our CORBA implementation we needed:
- <p>
- <ol>
- <li> Free. No classes with restricted license.
- <li> Fully workable, interoperable and pass tests, recognized by
- the CORBA user community as serious (we needed to find a well
- known Free testing suite).
- <li> Properly commented, being ready for the long life in the Free
- world.
- <li> No pressure to use the outdated approaches.
- CORBA 3.0.3 and jdk 1.5.
- </ol>
- <p>
- To reach these goals, we have chosen for implementing a clean room
- implementation, using the published standard specifications only.
- During the recent year of the GNU Classpath development, this goal
- is in large degree achieved. The important directions of future
- development could be providing features that are outside the scope
- of the both CORBA standard and Sun API, but included in the near all
- proprietary implementations (SSH, HTTP and other bridges, get rid of
- rmic code generator for RMI/IIOP, fault tolerant behavior, reduced
- the footprint and others).
- </p>
- </p>
-
- <p>
- <b>The JamVM runtime</b>
- <i>Robert Lougher</i>
- <p>
- An overview of the JamVM virtual machine, with comparisons to other
- GNU Classpath runtimes, and a section on the VM interface.
- </p>
- </p>
-
- <p>
- <b>Integrating Vmgen-based interpreters</b>
- <i>Christian Thalinger</i>
- <p>
- Vmgen is a tool for writing efficient interpreters. The Cacao
- runtime recently added a Vmgen based interpreter in addition to
- the JIT engine.
- </p>
- </p>
-
-<p>
-<boxitem>
-
-<boxitem>
- <h3>Sunday from 14:00 to 17:30 - "The Future"</h3>
-
- <p>
- Interactive technical hacker discussions on how to integrate
- the projects more and move forward in the next year.
- </p>
-
- <p>
- <b>State of the world, beyond japi</b>
- <i>Mark Wielaard, GNU Classpath Maintainer</i>
- <p>
- After a short overview of the various free stacks, libraries,
- compilers, tools and runtimes this session is mostly open discussion
- about what work remains to be done and how to integrate the various
- efforts better. Ideas for work items welcome.
- </p>
- </p>
-
-<p>
-</boxitem>
-
-<boxitem>
-<b>Additional Resources:</b>
-<ul>
-<li><createlink name="Free But Shackled - The Java Trap"
- url="http://www.gnu.org/philosophy/java-trap.html">
- (by Richard Stallman)
-</li>
-<li><createlink name="Escaping the Java Trap: A practical road map to the Free Software and Open Source alternatives"
- url="http://developer.classpath.org/support/">
-</li>
-</ul>
-<p>
-</boxitem>
-
-<boxitem>
-<b>Official links:</b>
-<ul>
-<li><createlink name="FOSDEM Homepage"
- url="http://www.fosdem.org/">
-</li>
-</ul>
-</boxitem>
-</box>
OpenPOWER on IntegriCloud