ChangeNotification from dneumann
ChangeNotification from dneumann
- Subject: ChangeNotification from dneumann
- From: Wolfram Stebel <email@hidden>
- Date: Thu, 26 Jan 2006 11:17:59 +0100
- Thread-topic: ChangeNotification from dneumann
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:
This email sent to email@hidden