Hi folks - ok, newish to maven but..
I create an archetype rtoject. Fine. I run mvn install and mvn eclipse:eclipse for the new project and open it. Fine.
My question - how do I have my...
Type: Posts; User: amcauley; Keyword(s):
Hi folks - ok, newish to maven but..
I create an archetype rtoject. Fine. I run mvn install and mvn eclipse:eclipse for the new project and open it. Fine.
My question - how do I have my...
I hadnt actually, but could be done! I have another here for using maven I might put up. As I said, its all pretty basic, but useful no doubt to someone.
Whilst Im here, I have a bit of free time...
...well, ive blogged it so ppl can access it. Its menat to be spring rich specific, thats the main point I guess. So sending it to Tortoise wasnt what I had in mind. Id agree the site probably needs...
Hi All, Ive created a step through guide for fetching the project from SourceForge using the Tortoise SVN Client with image grabs etc. Its basic stuff, but Id say its useful for new starters and...
Hi again. I guess the main reason for my post ( as a new maven/svn user) is to establish the procedure to follow when updating the spring rich client from svn if some eclipse problems appear. Im...
Hi again. Since Im new to svn and presently playing with it, and just to be a bit more helpful, Ive checked out spring rich again to a brand new directory and it does so successfully from scratch for...
Hi Jonny,
Ive checked out the project this week (yesterday or day before) from scratch and updated it today using Tortoise SVN. Things seem to be working ok. I am new to subversion and this new...
Ok, I tried a bit harder. Im new to this maven thang. I have developed a product using the pre 0.1 release, which, to my knowledge has been webstarted out to about 250 sites and some happy users. Id...
Hi Folks,
I managed to work through a developer installation in eclipse and get things all in order. However, I just ran a svn update which breaks things in eclipse.
Basicall it cant find...
lol. yeah, thats it....id even forgotten that id mentioned that it might be worth raising a JIRA issue about.....jeez, code rot....brain rot....all the same!
cheers
Theres a message that gives the answer to this somewhere on this forum, as I have had toolbar buttons with text. I cant quite find it, but have a look...i recall it involved setting a new...
Hi folks, dont know if this is cheeky to ask here, but Im wondering if there are any london based companies currently using spring rich, glazed lists, jgoodies, validation, looks, good desktop...
Youll need to clear your own data out. One way of doing that is when the view loses focus, or gains focus i guess , whatever suits you. Youll need to override
public void...
Hi Andy - ive been using JFormDesigner on evaluation for last three weeks, im literally about to purchase just after i post this.
- I am very impressed indeed byy the quality of this product. Its...
This works fine for me -
Before your time intensive task, in your view:
BusyIndicator.showAt(Application.instance().getActiveWindow()
.getControl());
Hi all,
Anyone any ideas on how to retrieve the root Frame of the application?
I want to set a default button for a view but cant get hold of the root frame to set that button, eg a login screen...
Ok, well i must be too out of date with CVS, as ive checked the spring rich source (pre your start on working on it again...).
Sounds like im just too out of date to have that functionality, of...
Hi Ollie, well it would seem sensible to add the properties to the form, but I dont want any widgets on screen for these properties. I dont see how one can add properties to the *formModel*, i can...
Hi Ollie, many thanks for the reply. That looks just what Im after.
However, I havent moved to the latest spring rich framework yet, so Im not sure how to go about this.
Basically, I can add...
Hi folks,
Im trying to create a DefaultRulesSource for form validation.
I can see how to do basic constraints on a single property, but Im wondering is it possible to have a constraint that...
Just to clarify....Im not doing anything with unexpected EDT exceptions, other than use the system property to register a handler to aid in debugging.
The other ExceptionHandlers are for those...
Indeed, well Im already using:
System.setProperty("sun.awt.exception.handler", EDTExceptionHandler.class.getName());
..for unhandled EDT exceptions, but im thinking more of a general...
Im wondering if people have thoughts on exception handling strategies to use with Spring Rich, or indeed, if there is any functionality in place within the codebase that I may have missed, suited to...
Hi, Im not sure I fully understand your post. But, Im surmising you mean that you dont want to have all your beans being created until they are needed, so you get better startup performance.... In...
Er, does the BusyIndicator class work? It looks obvious as to how it should be used, but Im not seeing much on screen...
Am i missing something here?
Cheers
Alan