Ok. Keep me updated :-)
Type: Posts; User: peatar; Keyword(s):
Ok. Keep me updated :-)
Thanks a lot!
Is the chance high that there are more unnecessary jars included? See the attached dep graph (generated with netbeans)
Hi,
I recognized that there is a dependency to spring web (from springrc core).
When is this library mandatory? My application seems to run fine without it.
Peter.
Why not?
This is already done in PersonForm:
formBuilder.add("birthDay", "colSpan=1 align=left");
formBuilder.row();
formBuilder.add("street");
Hi,
for the form you could do sth. like:
for(getter : allGetters) {
formBuilder.add(getter.getName());
formBuilder.row();
}
ups, sorry. I thought you want to know Swings ComboBox. Sorry no idea for JSP... maybe another forum?
combo.setEnabled(false) ?
or simple do not provide a setter ... (or create an additional getter without a setter :-))
I am aware of some other good implementations for a table:
http://www.vlsolutions.com/en/documentation/articles/jtable/index.php
and the glazedlists project:...
I would map the phonenumbers to a combobox or so.
to create a very simple form you can take a look at:
...
I rethought about my answer. Here more details:
> what are the features of Spring RCP
It provides all you need for a RIA: I18N, forms (date, text, number, ...), layout, validation,...
I would point you to the latest doc which is a good feature overview, but actually this is down.
Please see here for an equivalent:
http://www.core-dump.ch/stuff/spring-rcp-manual/index.html...
somthing new about the user guide?
got an error here:
http://spring-rich-c.sourceforge.net/1.1.0/user/userGuide.html
a simple hack worked for me: try it several times :-) !
This problem isn't a spring rc one, its just sourceforge :-(
I got it too. But only since the new 1.1.0 version.
It couldn't even load the save.png button, so that I have to use my own :-(
Other 'problems' occured as well (which don't in the previous...
I got it through maven.
In NetBeans you can download the sources and jdocs via a single click
http://netbeans.dzone.com/news/getting-javadoc-maven-reposito
but I am sure you'll have the same for...
I am afraid you have to look elsewhere for this usage.
E.g. in my list (where only frameworks are listed where the jvm and not a browser on the client side can be used.)
ah, coool! Thanks!
BTW: the maven webstart plugin makes signing and packaging a none brainer ...
> I was wondering when someone would ask me this question....
Why?
> 1) The user to have the correct version of java installed
Why? You could enable the server to check this or even to...
Why vldocking if you have mydoggy (LGPL)? ;-)
http://mydoggy.sourceforge.net/
And see here for the integration:
http://jira.springframework.org/browse/RCP-564
You'll need an unreleased...
> The boss is trying to avoid the pain of java webstart....
Why pain? And how would you then do a Java client?
I mean, the only way to really get GUI independent code is, to write two implementations of your idea.
E.g. for SWT, Swing and javascript or whatever.
With such an abstract you have to think...
Yes, this sounds good.
Maybe we should concentrate together and relaunch Spring Desktop?
More Spring, no Application.instance, but with the full advantage of the existing Spring RC ;-) This is a...
So, now you can guess it: I got it working.
But please don't ask me how ;-) it is not with Spring DM - pure OSGi and maybe a bit ugly. See this little blog post.
That's true! But if the world would be developer driven - I guess - no one would do web development ;-)
So, I will further try (some hours only) if I get it working, maybe with pure OSGi (without...