have you figure this out already?
I have read all over that it is possible, but haven't been able to find how nor on the spring documentation nor in the forum yet.
Type: Posts; User: acastro; Keyword(s):
have you figure this out already?
I have read all over that it is possible, but haven't been able to find how nor on the spring documentation nor in the forum yet.
yes you are right.. thx for pointing that out
I am trying this 2 commands on Roo console (playing around with 1.1.0M1)
field set --fieldName iterations --element ~domain.Iteration
field set --fieldName iterations --element...
Hello,
I have a master-detail report that I'm able to fill by providing a Connection and 2 queries (one on each report). So I did it all in the old fashioned way I think, I have the following SQL...
I was using a DFP because I was injecting the BO and a string attribute to the filter on the ApplicationContext.
Anyway, I change the approach to simply implement Filter ans using the...
Everytime a user visit a page on my application, I need him to have certain property set. If that property is not set, I need to redirect him to a page where he can select a value for that property....
not really, take a look at the rich client subproject
http://www.springframework.org/spring-rcp.html
you can use hibernate to build swing base applications as well...
Here is a good article.
http://hibernate.bluemars.net/110.html
Hope it can help you.