Could somebody point me in the right direction to find this in the sandbox please.
This is a great thread BTW.
Martin
Type: Posts; User: linus1412; Keyword(s):
Could somebody point me in the right direction to find this in the sandbox please.
This is a great thread BTW.
Martin
Sorry - I should have been a bit clearer in what I was asking for help with.
It is the second level cache that I want to clear.
So as you say EHCache has a clear method...
How do I get a...
Hi,
I'm using Hibernate 2.1 with EHCache doing the caching.
I want a link on the site admin menu fr clearing the database cache. That's the whole cache, not a sessions cache.
What methods...
Hi,
Sounds like the Access Control List (ACL) part of Acegi is what you are after.
It lets you proected individual objects according to the objects values.
I've not used it yet (though am...
Hi,
It works by storing the target url in the session. After authentication has happened, the target url is retrieved from the session and the response is redirected to the target url.
Have a...
You can use both! I read somewhere that people have used Tiles for reuseable layout blocks, and SiteMesh to decorate their app.
Martin
Hi,
I have replaced my custom security in my web app with Acegi, and the authentication and security work a treat. :D
However...
When I had my manual solution, I was putting a collection of...
If the information you want to page through is in a table have a look at Display Tag (http://displaytag.sourceforge.net/)
This will allow you to page you data amongst other things.
What's the quickest way of turning a JDBC select statement result in to CSV formatted data?
Brute force approach? Use the JasperReports integration (or is this over kill)? or some other way?
Does anybody have an example of using CustomCollectionEditor to bind to a List from a form submission.
It would be even better if the form was binding multiple select lists to the List.
Yours...
I have exactly the same query if anybody can spare us their opinion
Sorry for being thick :oops: , but could you flesh it out for me a bit more.
Martin
Hi,
I have an object in my domain called Game with a property called kickoff, of type java.util.Date.
I want to have two seperate time and date form fields in my web form, that update the one...
What happened to to webapp-typical from the latest release's sample directory? webapp-minimal is still there, but isn't as detailed.
Is there a new alternative that I don't know about?
Martin
Why reinvent the wheel? What benifit would there be? To duplicte all the functionality of the PHP app would take time - time better spent improving Spring.
Martin
I'm having a bit of a problem getting my head around designing my domain model, with Spring and unit testing in mind.
Firstly, should my domain model classes be interfaces at the top level for...