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.
Type: Posts; User: maVVamaldo; Keyword(s):
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.
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...
very clear. This definetly makes sense. Thank you for your reply.
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...
god bless log4j.
Ok, the point is here, in the Author class:
public class Author {
private Integer id;
private String user;
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...
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...
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...
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...
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...
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...
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......
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...