Re: ChangeNotification from dneumann
Re: ChangeNotification from dneumann
- Subject: Re: ChangeNotification from dneumann
- From: "Jerry W. Walker" <email@hidden>
- Date: Thu, 26 Jan 2006 06:53:08 -0500
Hi, Wolfram,
There is a copy of David Neumann's ChangeNotification framework that
Gary Teter, the architect behind WireHose, has updated and made
available to the WO community. You can find it here:
http://www.wirehose.com/download/
Regards,
Jerry
On Jan 26, 2006, at 5:17 AM, Wolfram Stebel wrote:
Hi List,
once (when i was young :-) ) i picked up the ChangeNotification
framework
from dneumann (ChangeCathcer.java created by dneumann on Wed 21-
Apr-1999
etc.)
It is not pure WebObjects, it uses also some other classes like
com.apple.cocoa.foundation.NSObject. Thats the easy case in porting
it.
Has anybody replaced the code for NSArchiver and NSUnarchiver
successfully?
The NSArchiver part i fixed by including
import com.apple.cocoa.foundation.NSArchiver;
import com.apple.cocoa.foundation.NSObject;
import com.apple.cocoa.foundation.NSData;
It compiles well then.
Is this working later on, not on a sun or windows machine, but on a
mac?
But there is a dirty and not compiling part:
com.apple.cocoa.foundation.NSDictionary dict =
(com.apple.cocoa.foundation.NSDictionary)
NSUnarchiver.unarchiveObjectWithDat
a(( com.apple.cocoa.foundation.NSData ) ( request().content() ));
which leads to a "inconvertible types" for the result of content ()
wich in
fact is a NSData, but from com.webobjects.foundation.
Any solution known?
dneumann, are you still on the list?
TIA
Wolfram
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40gmail.com
This email sent to email@hidden
--
__ Jerry W. Walker,
WebObjects Developer/Instructor for High Performance Industrial
Strength Internet Enabled Systems
email@hidden
203 278-4085 office
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden