Search:

Type: Posts; User: linus1412; Keyword(s):

Search: Search took 0.03 seconds.

  1. Could somebody point me in the right direction to...

    Could somebody point me in the right direction to find this in the sandbox please.

    This is a great thread BTW.

    Martin
  2. Replies
    4
    Views
    1,208

    Sorry - I should have been a bit clearer in what...

    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...
  3. Replies
    4
    Views
    1,208

    Clearing the cache

    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...
  4. Replies
    3
    Views
    867

    Hi, Sounds like the Access Control List (ACL)...

    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...
  5. Hi, It works by storing the target url in the...

    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...
  6. You can use both! I read somewhere that people...

    You can use both! I read somewhere that people have used Tiles for reuseable layout blocks, and SiteMesh to decorate their app.

    Martin
  7. Putting Objects in the Session when Authentication Successfu

    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...
  8. Replies
    1
    Views
    861

    If the information you want to page through is in...

    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.
  9. Replies
    1
    Views
    760

    Turning query in to CSV data

    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?
  10. Binding to a List using CustomCollectionEditor

    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...
  11. Replies
    3
    Views
    1,344

    I have exactly the same query if anybody can...

    I have exactly the same query if anybody can spare us their opinion
  12. Sorry for being thick :oops: , but could you...

    Sorry for being thick :oops: , but could you flesh it out for me a bit more.

    Martin
  13. Seperate date and time form fields, one date property

    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...
  14. Replies
    1
    Views
    818

    webapp-typical?

    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
  15. Re: Why does this forum use PHP? Why not Spring?

    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
  16. Replies
    5
    Views
    3,221

    Domain Model Design and Spring

    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...
Results 1 to 16 of 16