NeverMind, everything works fine in the Server part, Dojo and xhrPost was messing with me.
Type: Posts; User: adreide; Keyword(s):
NeverMind, everything works fine in the Server part, Dojo and xhrPost was messing with me.
Hi,
I'm making REST controllers and I'm having problems with the HttpConverter. It seems like a simple problem but I can't find any suitable answers anywhere.
My Jackson httpconverter config:
...
@WarspiteCZ and @logixplayer thanks to your solutions! Got past this mess!
As for not using HibernateTemplate:
"Even though HibernateTemplate is still around, it’s no longer considered the best
way of working with Hibernate. Contextual sessions, introduced in Hibernate 3,...
Hi,
I got some frustration when I started with Spring MVC, post.
In the end, if I can make an advice, it's to start directly with STS. Download the Spring reference in PDF, and if you have some...
Hi,
I've made a quite simple generic Dao class. I define the Dao beans for all my entities like this:
<bean id="someTableDao"
class="com.somesite.dao.hibernate.GenericDaoImpl">...
Hi, as I stated in this post, I'm very new to SpringSource and I had my rough time to do this little. Since I didn't find really any explicit documentation, I decided to share my very little...
thanks for your reply but I'm trying to get past Spring Roo in order to learn what it really does.
The issue is resolved, in fact, I used Netbeans with an ant project. Working with Eclipse and...
Hi,
I'm new to SpringSource, but I still have to built an entire dynamic website using Dojo Toolkit for the client-side and Spring for the server-side.
So, after a lot of readings, I still am...
thanks for your reply!
I tried the nightly from the 2 and 3 november without success. I've had enough with Roo, now I'm learning Grails, more mature. And I'm also leaving GWT for the moment. I...
Same questions again, I tried to go back to the JDK 1.6 without success. I still can't get the Roo GWT to work.
I saw an article stating that Roo 1.2 has really improved the GWT module, So I...
Hi,
as stated in a previous post, I'm quite new with SpringSource and Roo. I'm a Junior JavaEE dev.
This is not really a problem, just to see if anyone experience the same frustration using STS...
Hi, I have the same problem.
I want to build an app with Roo and GWT, I don't face any errors in the Roo schell processing, but Eclipse won't go any further than 58% in building workspace.
I'm...