[Zope] Java applet with inner classes causing probs in Zope

2000-09-04 Thread Eric L. Walstad

Hello all,

The problem is that inner classes have names like "Parent$Inner.class"
I'm unable to create a Zope file object with a name that includes the dollar
sign.  However, the applet won't function without it.

Has any one overcome this?

Yes, the applet functions properly when served from apache (but I need to
serve it from Zope).

Please respond directly to me and mailing list as I am not currently on the
mailing list.

Thanks,

Eric.


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Java applet with inner classes causing probs in Zope

2000-09-04 Thread Morten W. Petersen

[Eric L. Walstad]

| Hello all,
| 
| The problem is that inner classes have names like "Parent$Inner.class"
| I'm unable to create a Zope file object with a name that includes the dollar
| sign.  However, the applet won't function without it.
| 
| Has any one overcome this?

Adding files to Zope through FTP doesn't seem to have the same restrictions.

-Morten

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Java applet with inner classes causing probs in Zope

2000-09-05 Thread Holger Lehmann

Am Die, 05 Sep 2000 schrieben Sie:
> Hello all,
> 
> The problem is that inner classes have names like "Parent$Inner.class"
> I'm unable to create a Zope file object with a name that includes the dollar
> sign.  However, the applet won't function without it.
> 
> Has any one overcome this?

What about putting it all in a jar-file ?

- Holle

> 
> Yes, the applet functions properly when served from apache (but I need to
> serve it from Zope).
> 
> Please respond directly to me and mailing list as I am not currently on the
> mailing list.
> 
> Thanks,
> 
> Eric.
> 
> 
> ___
> Zope maillist  -  [EMAIL PROTECTED]
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )
-- 
---
catWorkX GmbH Hamburg
Dipl.-Ing. Holger Lehmann
Stresemannstr. 364
22761 Hamburg
Tel: +49 40 890 646-0
Fax: +49 40 890 646-66
mailto:[EMAIL PROTECTED]
http://www.catworkx.de
http://www.catbridge.de

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Java applet with inner classes causing probs in Zope

2000-09-07 Thread Eric L. Walstad

Just a follow-up:

Morten Said:
// Adding files to Zope through FTP doesn't seem to have the same
restrictions.
Actually, it did for me.  FTP was able to upload all the class files except
those with the $ in them (the classes with inner-classes).  That's how I
found out about the problem.

Holger Lehmann said:
// What about putting it all in a jar-file ?
I tried that, too, but Java would choke on running the Jar file that was
served from Zope.  If anyone has a working JAR file applet in Zope, I'd love
to see the syntax they used!

To make my applet work, I had to go into the java code and separate out the
inner classes so that every class was in its own file.  This turned out to
be a lot easier than I expected.

Eric.

Here's the original message...

> Hello all,
>
> The problem is that inner classes have names like "Parent$Inner.class"
> I'm unable to create a Zope file object with a name that includes the
dollar
> sign.  However, the applet won't function without it.
>
> Has any one overcome this?
>
> Yes, the applet functions properly when served from apache (but I need to
> serve it from Zope).
>
> Please respond directly to me and mailing list as I am not currently on
the
> mailing list.
>
> Thanks,
>
> Eric.


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )