+1 for GitHub
Type: Posts; User: johnny; Keyword(s):
+1 for GitHub
Thanks a lot Peter!
I'm just curious about this issue. Was the patch actually put into the source repository?
I'm just finding I'm having the same issue with a from I've implemented using the Shuttle List control.
...
Hi guys,
I've been trying to figure out the use of the following message in the resource bundle for SimpleSample:
contactView.caption=Manage contacts
It's basically the caption for the...
Hey guys,
I'd just like to ask about how to get more information when an authentication fails.
At the moment I just a BadCredentialsException being thrown.
I'd like to know what exactly went...
Hi Guys,
I'd just like some pointers about view management in spring-rich.
I've just been taking a look at simple sample to understand the basic framework. So far most things make sense. I'm...
I've been having trouble with creating a certain bean. It's a very straight forward configuration:
<bean id="saxHandlerGeneric" ...
Hi there,
I'm trying to find a sample app that's set up to work as a remote client. I've seen the address book and petclinic standalone versions but couldn't find the remote client version.
...
Thanks Geoff,
I was under the impression that everything was already divided into modules. Anyways thanks for the clarification. A bit more info on the website would be nice though.
Cheers...
Actually I just had a look at the online repository:
http://svn.sourceforge.net/viewcvs.cgi/spring-rich-c/trunk/spring-richclient/
and i can't seem to find any of the core java source files...
Andrius,
Thanks for the reply. Yep you're right about the archetype project. But I don't think any of the projects are right since i don't have any of the expected java files...
I haven't given...
Hey guys,
I'm just curious as to whether the instructions on the page: http://spring-rich-c.sourceforge.net/development/developmentSetup.html
are accurate and up to date.
I tried setting up...
It's discussed (with an example) in the spring documentation here:
http://static.springframework.org/spring/docs/1.2.x/reference/beans.html#beans-factory-placeholderconfigurer
Hi guys,
I was hoping i could get some pointers from some of the more experience RCP guys around here.
My background is JSP's and servelets and i know the core Spring stuff. But i'd like to...
Hey thanks for you reply fxjr. With regard to systemService.getTradeClient(), that call is made from within a transaction so it's not declared in any transaction declarations.
I've switched to...
Hi fxjr,
Thanks for your reply, but i need to point out that all the statements which create and access the objects all happen within the one method call that is declared to be the transaction. So...
Hi everyone,
I'm getting some bizarre behaviour and need some help to figure out what is going on.
I have a business method which i've declared in a TransactionProxyFactoryBean (REQUIRES_NEW)....