Last updated November 22, 2009 23:01, by Alexandre Navarro
Introduction
This project contains all you need to integrate 3rd party components (like swingx, jide-oss, jide-com, my-doggy...) to swingjavabuilder.
News
- 2009-11-28 : Bean table Model Extension is now started.
- 2009-07-23 : Jide Commercial Extension is now released.
- 2009-07-19 : Some problems on SwingX, JideOss et MyDoggy are resolved
- 2009-07-18 : Migration on n different projects and creation of NetBeans RCP extension, Trident extension, Flamingo extension and Eclipse Plugin projects
- 2009-04-09 : Libs are on Maven Central Repository
- 2009-04-09 : Migration from svn to hg
- 2009-03-29 : Migration to kenai (because the presence of a Jira tracker and scm like hg or git)
- 2009-02-04 : JBusyComponent in progress
- 2009-01-18 : My Doggy Components alpha version is finished.
- 2009-01-05 : SwingX and Jide Oss released.
Road Map (in order of planning)
- Start BeanTableModel Integration (a cool performant Pojo Table Model with flashing) [To Do]
- Start Netbeans RCP integration [To Do]
- Start a Eclipse Plugin with xtext [To Do]
- Finish JBusyComponent Integration (a cool component used when you waiting a result) [Started but deprioritize]
- Integrate an Trident Animation framework [Not Planned]
- Integrate Flamingo Component [Stand By because Netbeans RCP is more important and you can't use with Neatbeans RCP)]
Downloads
Libs are on Central Maven Repository.
- If you use maven, add this dependency for instance
<dependency>
<groupId>com.kenai.swingjavabuilderext</groupId>
<artifactId>swingjavabuilder-swingx</artifactId>
<version>1.0.2</version>
</dependency>
- If you don't use maven, you can download libs on http://mirrors.ibiblio.org/pub/mirrors/maven2/com/kenai/swingjavabuilderext/
Components
SwingX (Extended Swing Components)
- Maven Site
- Project Site
- Issue Tracker
- Status : Stable
Jide Oss (Jide Open Source Components)
- Maven Site
- Project Site
- Issue Tracker
- Status : Stable
Commercial Jide Components (Commercial Jide Components)
- Maven Site
- Project Site
- Issue Tracker
- Status : Stable
My Doggy (Docking Components)
- Maven Site
- Project Site
- Issue Tracker
- Status : Stable
Bean Table Model (A Pojo Table Model)
- Maven Site
- Project Site
- Issue Tracker
- Status : To start
Netbeans RCP (Netbeans Components)
- Maven Site
- Project Site
- Issue Tracker
- Status : To start
JBusyComponent (Busy Component)
- Maven Site
- Project Site
- Issue Tracker
- Status : Started but deprioritized
Swing Java Builder Eclipse Plugin
- Maven Site
- Project Site
- Issue Tracker
- Status : To do
Trident (Animated Components)
- Maven Site
- Project Site
- Issue Tracker
- Status : Not Planned
Flamingo (Excel 2007 like Components)
- Maven Site
- Project Site
- Issue Tracker
- Status : Stand by (because integration in Netbeans RCP is more important and no compatible)
Others Components
Feel free to contact me if you want to add some components in Swing Java Builder Ext. It is very easy, thanks to upload dependencies in Maven Central Repository if you want a stable release.





