Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    720

    Don't know your specific requirements, but I have...

    Don't know your specific requirements, but I have had some success of managing requirements using an issue tracker such as trac (http://trac.edgewall.org/).

    By using tickets for requirements you...
  2. Replies
    3
    Views
    1,184

    If you really want to bypass your business layer,...

    If you really want to bypass your business layer, I think 2 is not such a bad design decision. If you have multiple domain objects you want to persist in the same transaction, just create some...
  3. I have in a couple of projects managed the...

    I have in a couple of projects managed the property replacements in the spring files by using an extended PropertyPlaceholderConfigurer that is overrideable by JNDI entries. I have put each property...
  4. Replies
    11
    Views
    2,661

    I used tiles a couple of years ago and faced the...

    I used tiles a couple of years ago and faced the exact same problem. My solution was to instead of only directing tiles to a set of JSP I directed it to both JSPs and action/controller URLs, for...
  5. Replies
    4
    Views
    1,106

    I have been facing a very similar problem. I have...

    I have been facing a very similar problem. I have a controller that displays a detail for a domain object called Project. On that page there are multiple forms for editing different aspects of the...
Results 1 to 5 of 5