This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Creating java classes [KAWA]



How can you use a Java class in Kawa which needs you to inherit from it
in order to use it? In other words how can you inherit from a Java class
in Kawa?

Looking at the kawa doco, I'm wondering if it is the (object) anonymous
class creation feature. (Why does a function named "object" create a
class?) 

If so does this help me in the situation of servlets where I think the
servlet can't be anonymous, it must have a name so the servlet container
can identify it?

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]