Re: [OT] Serialization

2010-10-10 Thread Wolfgang Orthuber
is important is to map reality steadily to numbers (i.e. small changes of real objects should be connected with small changes of the representing numbers). Then similarity search possible. Wolfgang Pid schrieb: On 06/10/2010 11:55, Wolfgang Orthuber wrote: This would allow to sort medical

experience with Windows 7

2010-10-07 Thread Wolfgang Orthuber
The following experience may be interesting for installation of Tomcat on Windows 7 (64 Bit): First I installed jdk1.6.0_20 and then apache-tomcat-6.0.29.exe on a Windows XP (32 Bit) system and there were no problems. Then I installed the same combination on a Windows 7 (64 Bit) System, but To

Re: [OT] Serialization

2010-10-06 Thread Wolfgang Orthuber
omcat-user mailing list in case others would like to read my response. Please try to keep things on the list rather than emailing contributors directly.) On 10/5/2010 9:34 AM, Wolfgang Orthuber wrote: thanks for your detailed answer. You are right, up to now I wrote e.g. C, C++ programs, since

Re: Serialization

2010-10-04 Thread Wolfgang Orthuber
ce to w4a.jsp or w4b.jsp which are just filenames. Wolfgang Am 04.10.2010 13:08, schrieb Ronald Klop: What does ddm2 look like? Does it have a reference to the jsp object? Ronald. Op maandag, 4 oktober 2010 15:10 schreef Wolfgang Orthuber : Hello, my tomcat version is 5.5.17, my q

Fwd: Re: Serialization

2010-10-04 Thread Wolfgang Orthuber
Thanks to all for the quick response! I will compile ddm2 to a standalone class and import (and not include) it. Wolfgang

Serialization

2010-10-04 Thread Wolfgang Orthuber
Hello, my tomcat version is 5.5.17, my question concerns serialization of objects, below is a code section for writing and reading an object. If I call write immediately before read: d5.write(); d5.read(); then all works fine, but if I use only read (on an formerly written file) with the sa