Dario Crivelli Tony, we didn't think of making the Proxy Adapter a reusable sample code (though we don't obfuscate it). However, we'll send you the current source code by email, after a short revision of the embedded comments.
TonyRoberts @DarioCrivelli, Wrote: Tony, However, we'll send you the current source code by email, after a short revision of the embedded comments. OK, thanks
TonyRoberts @TonyRoberts, Wrote: OK, thanks How are we doing on getting this Adapter Proxy code to use?
Dario Crivelli Tony, we resent you the code a few days ago and we still haven't received the reception notification back. It seems that we can only communicate through this forum. Could you receive the code? Dario
TonyRoberts @DarioCrivelli, Wrote: Tony, we resent you the code a few days ago and we still haven't received the reception notification back. It seems that we can only communicate through this forum. Could you receive the code? Dario No, not received yet. I saw you private message to me yesterday and responded to it, three times I think :Smile_Ab: Have you seen those messages?
Dario Crivelli I sent the private message on Monday and I haven't received any answer yet. I'm not skilled with this forum tool, though. Please find the Proxy Adapter source code at: http://www.lightstreamer.com/temp/proxy_adapter_src.zip Dario
TonyRoberts @DarioCrivelli, Wrote: I sent the private message on Monday and I haven't received any Please find the Proxy Adapter source code at: http://www.lightstreamer.com/temp/proxy_adapter_src.zip Dario Excellent, thanks, got it now.
TonyRoberts @DarioCrivelli, Wrote: Tony, However, we'll send you the current source code by email, after a short revision of the embedded comments. OK, now I have the source, which JDK should I be using to build it?
TonyRoberts Right, further to my earlier reply I just downloaded and installed the latest JDK from the Sun website. I then also had to download and install log4j from Apache. Problem I now have is that the Java source for the Adaptor Proxy is importing things like com.lightstreamer.interfaces.metadata.ItemEvent and I don't have the source or the .jar files for any of these classes. Looks to me like I need com.lightstreamer.interfaces.*
Dario Crivelli You can use JDK 1.6 or 1.5 (1.6 is recommended). Do you need to use 1.4? (you would have to apply a small change in the code)
TonyRoberts @DarioCrivelli, Wrote: You can use JDK 1.6 or 1.5 (1.6 is recommended). I didn't have any so I just downloaded the most recent from Sun: 1.6.0_02 :Smile_Ab: