[appfuse-user] Steps to expose ServiceLayer as WebServices

2007-08-12 Thread fadhli
Hello everyone, I noticed that there's an interface that is expose as a web service. How do I do that to other services? What are the steps involved? -- /fadhli

Re: [appfuse-user] Advice for Hibernate mapping

2007-08-12 Thread Dale Newfield
Fan wrote: I am doing a club reservation system using Appfuse 2.0m5 struts basic. I have two POJO: 1) Club 2) Facility the relationship of them is, one Club can have many Facilities, apparently it's one-to-many relationship Can a Facility host more than one Club? In that case you've got a

Re: [appfuse-user] DaoTest error, Appfuse2 M5

2007-08-12 Thread Michael Horwitz
There seems to be a problem in one of your model classes: se.blueboy.blueboyblog.model.Blog is missing a method called void setAuthority(Authority authority)? Or does not have an authority attribute? Mike On 8/11/07, joakorrh <[EMAIL PROTECTED]> wrote: > > > I am working on a small project, creat

[appfuse-user] Advice for Hibernate mapping

2007-08-12 Thread Fan
I am doing a club reservation system using Appfuse 2.0m5 struts basic. I have two POJO: 1) Club 2) Facility the relationship of them is, one Club can have many Facilities, apparently it's one-to-many relationship Now, when it comes to the booking of the Facility, the facility should have diffe

Re: [appfuse-user] Choice of proper datatypes in domain model.

2007-08-12 Thread Matt Raible
I like to use Double because then you can more easily detect when the value hasn't been filled in (because it's null). Matt On 8/12/07, Irshad Buchh <[EMAIL PROTECTED]> wrote: > > Hi, > We have an application where we expect some model classes having attributes > (student grades) of type double.

[appfuse-user] Choice of proper datatypes in domain model.

2007-08-12 Thread Irshad Buchh
Hi, We have an application where we expect some model classes having attributes (student grades) of type double. What is the best choice choosing the datatype for such attributes double or java.lang.Double? --Irshad. -- View this message in context: http://www.nabble.com/Choice-of-proper-dataty