| BSAF 1.9 have been released, so what is next?
BSAF-109 created to track this
|
Better Swing Application Framework
» Open discussion
|
July 03, 2011 17:37
by: vvUnai
|
| BSAF 1.9 have been released, so what is next?
Came across this article - May be interesting for future BSAF consideration. I know others have talked about Google Guice etc.. but as CDI is based on a now standard API this could be worth delving i . . .
|
Better Swing Application Framework
» Open discussion
|
July 03, 2011 17:37
by: vvUnai
|
| Can we release BSAF 1.9?
+1 Using BSAF.. Looking forward to when the release is available on mvn repos -a-
|
Better Swing Application Framework
» Open discussion
|
January 13, 2011 09:49
by: etf
|
| Spring Support
I'm using the same approach and it works great. BSAF combined with: - Spring (Using only Beans Configuration - No XML) - EventBus - Shiro (Security) - JGoodies (Binding) - Substance (L&F) Has pro . . .
|
Better Swing Application Framework
» Open discussion
|
September 01, 2010 10:48
by: aloleary
|
| InputBlocker
Thanks for that - I spent a bit time digging through the code and saw the mess you've described around this area... For now what I have done is taken the SwingWorkerCompletionWaiter approach as descri . . .
|
Better Swing Application Framework
» Open discussion
|
March 11, 2010 23:26
by: aloleary
|
| InputBlocker
Hello, When I specify Block for a Task - the default blocking dialog is appearing over the button on which the action is performed. I would like it to center in the middle of my window/applciation - . . .
|
Better Swing Application Framework
» Open discussion
|
March 11, 2010 23:26
by: aloleary
|
| Maven Question
ok great ... let me know what you think about oss.sonatype as a maven repo - whenever we are ready to put it out there
|
Better Swing Application Framework
» Open discussion
|
March 11, 2010 11:04
by: aloleary
|
| Maven Question
I actually missed this initial post saying it was ready - anyone know if i can get kenai replys etc to go to my gmail ? i keep forgetting to check back here - would be nice to get a ping on thread resp . . .
|
Better Swing Application Framework
» Open discussion
|
March 11, 2010 11:04
by: aloleary
|
| Maven Question
i might have a few cycles to look into this... have you heard that sonatype are currently working on taking ALL the java.net projects and hosting them on oss.sonatype.. might be a good location? wha . . .
|
Better Swing Application Framework
» Open discussion
|
March 11, 2010 11:04
by: aloleary
|
| Task/TaskService
thanks... i did a bit more digging and am using the same approach.. my @Actions should be like: @Action(taskService = “foregroundTaskService”) however I see in the docs that that should be possib . . .
|
Better Swing Application Framework
» Open discussion
|
March 09, 2010 19:16
by: aloleary
|