cobogw.java.sql-1.1.zip org.cobogw.gwt-1.0.zip org.cobogw.gwt-1.1.1.zip
The official cobogw Issue Tracker & Source Code.
This project contains 2 separate libraries: a widget library and GWT specific extensions.
This project was original released at gwt.bouwkamp.com, but has been moved to a new name which better reflects the open source nature of this project. It's still released under the Apache 2.0 license. To update your project add the org.cobogw.gwt.jar to your project and remove the com.bouwkamp.gwt jar file and update your imports. This project has the same interface as the gwt.bouwkamp project, but only has a different package structure.
Widget Library
The widget library was originally released at gwt.bouwkamp.com. This project has been moved to the cobogw project. The widget library contains the following widgets:
- RoundedPanel - A widget to create similar rounded corners as found in several google web applications (demo).
- RoundedLinePanel - An extension to the RoundedPanel that adds a single pixel line around your rounded widget.
- Rating - A widget that allows users to set ratings (demo).
- Span/TextNode - Widgets to add span an textnode tags to other widgets without overhead of additional div tags (demo).
- CSS - A helper class to help with CSS properties.
The javadoc is also available.
There are 2 versions of this library. org.cobogw.gwt-1.0.zip contains a version that is compatible with all GWT versions (but uses deprecated functionality) and org.cobogw.gwt-1.1.1.zip, which works only with GWT 1.5 as it uses GWT 1.5 specific functionality. The latest version of subversion trunk is what is in the org.cobogw.gwt-1.1.1.zip.
GWT emulation of java.sql
Fix for GWT emulation support for the following standard classes:
- java.sql.Date
- java.sql.Time
- java.sql.Timestap
To use download the cobogw.sql.java-1.1.zip file and add the cobogw.sql.java.jar file to your class path. See also the GWT issue related to the java.sql problem: issue 87.
[23-11-2008] Update: GWT 1.5 doesn't support Timestamp 100% correctly (problems with nano part)
[31-05-2008] Update: In GWT 1.5 the sql classes will be supported. This means if you are going to use GWT 1.5, you won't need them from here. However, there are still some bugs in the Timestamp implementation in the GWT 1.5 RC1 (see issue 87), so you might still want to use the implementation found here.
