Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    606

    ok, sometimes the most useful references are...

    ok, sometimes the most useful references are right under our nose. And of course we don't even take a look.
    To start with the right step read this! Very clear.
  2. Replies
    1
    Views
    606

    Roo for dummies (like me, obviously)?

    Hi all
    I worked with java spring for an year and I lerned several things. I always built web application which didn't need a great UI and so I focused on the business logic.
    Two days ago I...
  3. very clear. This definetly makes sense. Thank you...

    very clear. This definetly makes sense. Thank you for your reply.
  4. this is elegant but it seems not suitable if I...

    this is elegant but it seems not suitable if I need to output different HTTP Status messages depending on what is happening behind the scenes.

    Correct me if I mistake something but it seems that...
  5. Replies
    3
    Views
    1,847

    god bless log4j. Ok, the point is here, in the...

    god bless log4j.

    Ok, the point is here, in the Author class:



    public class Author {

    private Integer id;
    private String user;
  6. Replies
    3
    Views
    1,847

    hi gwa, thank you very much for your reply. ...

    hi gwa, thank you very much for your reply.

    After an afternoon of tries I found the problem in using the @Embedded annotation.
    I really can't figure out why this isn't working though.

    here's...
  7. Replies
    3
    Views
    1,847

    hibernate doesn't create a table

    hi all, I have a problem with hibernate.

    I'm using it on a web application with annotation, and i choosed postgres 8.4.

    I am trying to persist three tables: "sinode", "data" and "metadata". No...
  8. ok, as usual after you post a question it takes...

    ok, as usual after you post a question it takes just few time to find the answer.

    I found a workaround which it seems to work, I hope it could help.
    The trick consists of passing...
  9. response status code and head attributes with REST

    hi all
    I am trying to implement a RESTful web service following this nice article.

    Everythig is allright but now I need to manage the response message status along with some header parameters...
  10. Replies
    1
    Views
    1,291

    ok it seems I make it work. I explain the...

    ok it seems I make it work.

    I explain the procedure, maybe it can be helpful for other spring novice like me ;)

    you have to figure out the concepts quartz gounds on:


    JOB: the work to be...
  11. Replies
    1
    Views
    1,291

    help with quartz in a spring web app

    hi all

    I am trying to solve my problem with quartz but I haven't find anything useful aorund. I am a novice here, so if I'm posting in the wrong section I excuse in advance.

    Well, the thing I...
  12. hi dbrinker thank you very much for your help. ...

    hi dbrinker thank you very much for your help.

    the reason I didn't think to JMX is quite simple... I don't know it :-)
    I am very new to java and spring and I have to learn a very lot of things......
  13. properties file writing and loading precedences issue

    hi all
    I'm writing here because I can't find anything helping me with my code troubles.

    I want to implement something very similar to an installation process but in a web application.

    I have a...
Results 1 to 13 of 13