|
From: Tyler C. <tyl...@gm...> - 2006-02-06 21:56:47
|
On 2/6/06, Sandro Magi <naa...@gm...> wrote:
> On 2/4/06, Tyler Close <ty...@wa...> wrote:
> >
> > 7. how the waterken server manages mutable state
> >
> > After that, I think we've got a good list.
> >
> > Perhaps the "Hello World!" example should be just that:
> >
> > public final class
> > Hello {
> > public static String
> > getGreeting() { return "Hello World!"; }
> > }
>
>
> I'm working through these now. The invocation of Hello-class-new doesn't
> succeed; there is an XML parsing error of some sort.
>
> See and click "submit":
> https://waterken.naasking.homeip.net/wwwsandro/?key=3Dyrlx-qhrn-biqy
If you're invoking a constructor, you must not be using the code
fragment above, since it doesn't contain any constructors. I suspect
you're using code for the next example in the email and didn't make
the class implement java.io.Serializable.
Tyler
--
The web-calculus is the union of REST and capability-based security:
http://www.waterken.com/dev/Web/
Name your trusted sites to distinguish them from phishing sites.
https://addons.mozilla.org/extensions/moreinfo.php?id=3D957
|