Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Albireo Project"

(add reference to newsgroup)
(Project Documents)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The proposed Albireo project will build on the [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/awt/package-summary.html SWT_AWT bridge] to provide more
+
The Albireo project builds on the [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/awt/package-summary.html SWT_AWT bridge] to provide more
 
complete Swing/SWT integration, resulting in a better "out-of-the-box"
 
complete Swing/SWT integration, resulting in a better "out-of-the-box"
 
experience and more credibility for the entire notion of Swing/SWT
 
experience and more credibility for the entire notion of Swing/SWT
 
integration.
 
integration.
  
See the [http://www.eclipse.org/proposals/albireo/ project proposal] for more details
+
== Project Documents ==
  
There is a [news://news.eclipse.org/eclipse.technology.albireo newsgroup] (comparable to a mailing list). The newsgroup access is password-protected; you get a login and password [http://www.eclipse.org/newsgroups/ here].
+
* See the [http://www.eclipse.org/albireo/ project page] for a more detailed description on the project.
  
More coming soon...
+
* Read the Albireo [[Albireo Documentation|Documentation]].
 +
 
 +
* [http://www.eclipse.org/albireo/downloads Download] the latest Albireo alpha release.
 +
 
 +
* [[Albireo Installation|Install]] Albireo in your environment.
 +
 
 +
* There is a [https://dev.eclipse.org/mailman/listinfo/albireo-dev mailing list] for the project.
 +
 
 +
* Before the project and its mailing list were created, discussions took place in the [news://news.eclipse.org/eclipse.technology.albireo newsgroup] (comparable to a mailing list). The newsgroup access is password-protected; you get a login and password [http://www.eclipse.org/newsgroups/ here].
 +
 
 +
* The source code is available through CVS. You can get it using the [[CVS_Howto|normal CVS procedure]] using the CVS "root" <tt>...@dev.eclipse.org:/cvsroot/technology</tt> and the CVS "module" <tt>org.eclipse.albireo</tt>. It can also be [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.albireo/?root=Technology_Project viewed online].
 +
 
 +
== Albireo Implementation Documents ==
 +
 
 +
* Albireo attempts to work around some [[Albireo SWT_AWT bugs|SWT_AWT bugs]].
 +
 
 +
* [[Albireo Test Cases]]
 +
 
 +
* [[Albireo Focus Management Test Cases]]

Latest revision as of 15:33, 23 May 2008

The Albireo project builds on the SWT_AWT bridge to provide more complete Swing/SWT integration, resulting in a better "out-of-the-box" experience and more credibility for the entire notion of Swing/SWT integration.

Project Documents

  • See the project page for a more detailed description on the project.
  • Download the latest Albireo alpha release.
  • Install Albireo in your environment.
  • Before the project and its mailing list were created, discussions took place in the newsgroup (comparable to a mailing list). The newsgroup access is password-protected; you get a login and password here.
  • The source code is available through CVS. You can get it using the normal CVS procedure using the CVS "root" ...@dev.eclipse.org:/cvsroot/technology and the CVS "module" org.eclipse.albireo. It can also be viewed online.

Albireo Implementation Documents

Back to the top