gilead Questions

3

Till recently Gilead looked like the best solution to glue GWT and Hibernate together. Unfortunately, Gilead project seems to be abandoned and was not upgraded for new GWT 2.5, which makes us look ...
Sinuation asked 19/2, 2013 at 21:3

4

Solved

After upgrading to GWT 2.3 some of my RPC services no longer work and fail with "The response could not be deserialized". It seems to happen to services that are returning objects that are use Da...
Nora asked 6/5, 2011 at 16:17

4

Solved

I'm using Gilead to persist my entities in my GWT project, im using hibernate annotations aswell. my problem is on my onetomany association.this is my User class that holds a reference to a list of...
Junker asked 24/3, 2010 at 22:49

2

i am wondering how i would be able to annotate an interface @Entity @Table(name = "FOLDER_TABLE") public class Folder implements Serializable, Hierarchy { @Id @GeneratedValue(strategy = Generat...
Inexistent asked 6/4, 2010 at 16:40

2

Solved

I've got a simple pojo named "Parent" which contains a collection of object "Child". In hibernate/jpa, it's simply a one-to-many association, children do not know their parent: these Child objects...
Radii asked 29/1, 2010 at 10:3
1

© 2022 - 2024 — McMap. All rights reserved.