Hi,
Here is my problem. I have:
public class Settlement implements Serializable {
@Transient
private static final long serialVersionUID = 1L;
Type: Posts; User: d.parini; Keyword(s):
Hi,
Here is my problem. I have:
public class Settlement implements Serializable {
@Transient
private static final long serialVersionUID = 1L;
Thank you for your reply Sentikakar. I'll give it a try.
For now, i managed to obtain what i needed by adding to the controller another method that invokes the web service and resdirects to a page...
Hi, I'm totally new to Spring, and, unfortunately, pretty new to web applications development as well.
I created a roo application from scratch. I created an entity named Customer. I ran “web mvc...