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
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.
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
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
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
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