• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
ChangeNotification from dneumann
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: ChangeNotification from dneumann
      • From: "Jerry W. Walker" <email@hidden>
  • Prev by Date: Re: WebObjects and Ajax: Is it time?
  • Next by Date: Re: In memoriam David Terán
  • Previous by thread: Re: In memoriam David Terán
  • Next by thread: Re: ChangeNotification from dneumann
  • Index(es):
    • Date
    • Thread