Scroll down to the method we used on line 18 of the ServerImplementor which is the exportObject(Remote obj). Now see the return type of the method? RemoteStub! Houston we have a problem…! Here is where all the fuss is created. Now notice the method just below that, exportObject(Remote obj, int port). This returns a pure Remote object.
Dushyant Chhetri wrote:I have a swing interface and the UI captures events from either a Barcode Gun or a keyboard.
Consider it to be a simple POS scenario where the product barcodes are scanned.
Now my question is how can we detect the barcode scan such that once the product Barcode is scanned it populates the product details unlike typing in the product barcode and then hitting submit /enter.
How can we in other wise detect the barcode submit signal.
Tom Reilly wrote:
Why it is not called just JavaSpaces instead blitzjavaspaces?
Time marches on. Companies buy companies. Marketing departments change buzz words. Hair gets thinner. Tummies get wider.
Andrew Monkhouse wrote:You might want to read this and possibly also this
Edit: OOPS. I see my link is the same as your link. Never mind.
I googled javaspaces download and the first link returned was http://java.sun.com/developer/technicalArticles/jini/javaspaces/#downloading. It has a section called Downloading the Software Packages. Here's a quote:
java.sun.com wrote:
Last, download the JavaSpaces Technology Kit (JSTK), Version 1.0.1, from the Jini System Software 1.0 Product Offerings. Again, you'll need to click on the link "Register and accept the SCSL to access software downloads." The file you download is called jstk1_0_1.zip; it contains the Sun Microsystems implementation of the JavaSpaces technology, along with documentation and example code.
Here's another topic (10 years old) that suggests that the above mentioned site is the correct one: https://coderanch.com/t/265840/java/java/Lost-JavaSpace
I should have looked a little further down in the google response. How about this one: http://sourceforge.net/projects/blitzjavaspaces/