| How useful are Tasks?
What would be annotated, and how would that help make Tasks easier?
|
Better Swing Application Framework
» Open discussion
|
December 22, 2010 08:48
by: jekkos
|
| How useful are Tasks?
Boy, that's a long conversation! I think eventually this might be a replacement for the current Swing API, but not any time soon. Not in the next few years. How many hundreds of man-years are investe . . .
|
Better Swing Application Framework
» Open discussion
|
December 22, 2010 08:48
by: jekkos
|
| How useful are Tasks?
Are Tasks something used often by many user of SAF and BSAF? Its one of the areas of the code I'm least familiar with, and I have yet to integrate that into the framework I'm writing. It looks like qu . . .
|
Better Swing Application Framework
» Open discussion
|
December 22, 2010 08:48
by: jekkos
|
| What's the status on Resource improvements?
I'll be happy to when I have it in a relatively stable form. My goal is to first implement 3 non-trivial applications in order to evolve the framework to support them. I'm finishing up on a NotePad typ . . .
|
Better Swing Application Framework
» Open discussion
|
August 10, 2010 06:01
by: robross
|
| What's the status on Resource improvements?
The NotNull and Nullable annotations are a way to communicate clearly when a method argument allows null values, and document to the caller if the return value may be null, thus require a null check. . . .
|
Better Swing Application Framework
» Open discussion
|
August 10, 2010 06:01
by: robross
|
| Oracle has finalized the Sun transaction and the deal has closed.
Can't we just move this project to java.net? Otherwise, I'd suggest looking at Google, only because of its potential long-term stability. I've never worked on a sourceforge project, I've just downlo . . .
|
Better Swing Application Framework
» Open discussion
|
March 31, 2010 18:31
by: jmochel
|
| 1.9 Release Candidate 2
At some point in the future, could you apply all recent changes from trunk to the 2.0 branch so that is up to date with bug fixes and enhancements? So far, I have not made any incompatible changes to t . . .
|
Better Swing Application Framework
» Announcements
|
December 19, 2009 13:55
by: etf
|
| Chaining ResourceConverters, ResourceConverter exceptions (2.x)
Please see the extensive work I've done in the 2.0 branch in refactoring out converters. It's much easier to create and add your own converters now. Rob
|
Better Swing Application Framework
» Open discussion
|
December 15, 2009 22:59
by: robross
|
| Some Questions/Suggestions
In the 2.0 branch, the ResourceMap changes I've made make it easy to substitute your own converters for any default framework converters. Just get the converter registry from the ResourceMap and call a . . .
|
Better Swing Application Framework
» Open discussion
|
December 15, 2009 22:55
by: robross
|
| A new branch for version 2.0 development is created
A branch would store only the diffs between files, and makes it easier to apply changes to multiple branches and when merging. The way the layout is currently set up, the 2.0 "branch" is just another . . .
|
Better Swing Application Framework
» Open discussion
|
November 12, 2009 21:47
by: etf
|