<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" >
	<title>Javas Blogs global</title>
	<link rel="alternate" type="text/html" href="http://www.javasblogs.com/" />
	<tagline></tagline>
	<modified></modified>
	<generator url="" version="">BeVerbal RSS Feed Generator</generator>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>Object not waiting for other to finish its job</title>
		<link rel="alternate" type="text/html" href="http://serialization.javasblogs.com/article/51561614.html" />
		<modified>2008-11-13T12:19+00:00
		<content type="html" mode="escaped" xml:base="">Hi everyone,I have two Java classes. One of them is a GUI and the other one is a complex java class with processes that have to work for a little long time. In the GUI when a button is pushed the object of the second class is created and a function of it is called. In &lt;a href=&#039;http://this.funnyblogs.net/&#039;&gt;this&lt;/a&gt; function the program gets stuck in the line &quot;wait();&quot;. How can I get rid of this problem? I hope i could express my problem clearly. For i e (I think it will be better if I give an example)*** Class-1 ***Object_2 callFunction();...*********************Class-2 ****void callFunction(){. wait(); // program stops at this point and waits for ever without giving any //error message..}
The code is like below.** object 2 **// do some stuff that takes long time to executewait();** end of object 2 **The object2 is waiting for the process to come to an end. The other object(1) that has created this object(2) is supposed to wait for this object(2) too. But it(1) doesn&#039;t wait. That is the problem.. Do you recommend me to use notify() instead ??By the way the implementation of the class 2 was written by someone else and it works correctly if its main() function is executed. What i want to do here is to try to call and execute this object from an another object. Edited by: ccelgun on Nov 11. 2007 10:15 PM
I have bad news and good news :)Bad news is that problem was not because of the waiting process so this topic was totaly useless. Good news is that i found the problem and fixed it. It was because of the path in which the object 2 was working. I should have changed the path from object 1&#039;s path to object 2&#039;s path after calling the object 2.. Thanks anyway... And sorry for disturbing..&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://forum.java.sun.com/thread.jspa?threadID=5234970&#039;&gt;http://forum.java.sun.com/thread.jspa?threadID=5234970&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>Avoiding the startup time for webservice xml serialization</title>
		<link rel="alternate" type="text/html" href="http://serialization.javasblogs.com/article/51200107.html" />
		<modified>2008-03-12T23:10+00:00
		<content type="html" mode="escaped" xml:base="">In the build tab of a communicate&amp;#8217;s properties is an option called &amp;#8220;Generate serialization assembly&amp;#8221; turn it to &amp;#8220;On&amp;#8221; to theoretically improve performance.
 the wsdl is 2 megabytes. Startup takes several minutes before anything happens. And it is mostly the startup time causing problems things go smoothly after that.
While trying to alter things I found &lt;a href=&#039;http://this.funnyblogs.net/&#039;&gt;this&lt;/a&gt; single line causing most of the decelerate: 
And it was only the first time that the webservice was initialized that the delay happened.
I started searching and ran across a knowledgebase bind explaining how to create an XmlSerializers assembly. Apparently the XmlSerialization process usually generates code at runtime and this can take a while. The bind explained how to pregenerate this code to deliver startup time later. I tried it it didn&amp;#8217;t seem to back up all that much and it was a &lt;a href=&#039;http://hurt.wordsblogs.com/&#039;&gt;hurt&lt;/a&gt; to fit &lt;a href=&#039;http://into.wordsblogs.com/&#039;&gt;into&lt;/a&gt; the create process.
I later found. It was a new feature in net 2.0 that I bequeath hearing about. Then I open. 
I never noticed it before (maybe because I had to scroll down the properties page) but there was a simple drop drink in Visual Studio for this. Switching it from Auto to On built the assembly automatically!
Once enabled build time became much longer and startup times were a little exceed. The change wasn&amp;#8217;t as dramatic as I had hoped. I think from here I&amp;#8217;m going to create a much smaller specialized web service since I undergo access to the web function forge and we&amp;#8217;re only using a handful of the 800 &lt;a href=&#039;http://methods.choiceblogs.com/&#039;&gt;methods&lt;/a&gt; available.
XHTML: You can use these tags: &amp;lt;a href=&amp;quot;&amp;quot; title=&amp;quot;&amp;quot;&amp;gt; &amp;lt;abbr title=&amp;quot;&amp;quot;&amp;gt; &amp;lt;acronym title=&amp;quot;&amp;quot;&amp;gt; &amp;lt;b&amp;gt; &amp;lt;blockquote cite=&amp;quot;&amp;quot;&amp;gt; &amp;lt;label&amp;gt; &amp;lt;em&amp;gt; &amp;lt;i&amp;gt; &amp;lt;strike&amp;gt; &amp;lt;strong&amp;gt; &lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://blog.vorpal.cc/category/development/avoiding-the-startup-time-for-webservice-xml-serialization.html&#039;&gt;http://blog.vorpal.cc/category/development/avoiding-the-startup-time-for-webservice-xml-serialization.html&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>Avoiding the startup time for webservice xml serialization</title>
		<link rel="alternate" type="text/html" href="http://serialization.javasblogs.com/article/51200108.html" />
		<modified>2008-03-12T23:10+00:00
		<content type="html" mode="escaped" xml:base="">In the build tab of a communicate&amp;#8217;s properties is an option called &amp;#8220;Generate serialization assembly&amp;#8221; turn it to &amp;#8220;On&amp;#8221; to theoretically improve performance.
 the wsdl is 2 megabytes. Startup takes several minutes before anything happens. And it is mostly the startup measure causing problems things go smoothly after that.
While trying to alter things I found this &lt;a href=&#039;http://single.teenadviceblogs.com/&#039;&gt;single&lt;/a&gt; line causing most of the decelerate: 
And it was only the first measure that the webservice was initialized that the decelerate happened.
I started searching and ran across a knowledgebase article explaining how to create an XmlSerializers assembly. Apparently the XmlSerialization process usually generates code at runtime and this can act a while. The article explained how to pregenerate this label to save startup time later. I tried it it didn&amp;#8217;t seem to &lt;a href=&#039;http://help.teenadviceblogs.com/&#039;&gt;help&lt;/a&gt; all that &lt;a href=&#039;http://much.wordblogs.net/&#039;&gt;much&lt;/a&gt; and it was a hurt to fit into the build process.
I later open. It was a new feature in net 2.0 that I bequeath hearing about. Then I found. 
I never noticed it before (maybe because I had to scroll drink the properties summon) but there was a simple drop &lt;a href=&#039;http://down.wordblogs.net/&#039;&gt;down&lt;/a&gt; in Visual Studio for this. Switching it from Auto to On built the assembly automatically!
Once enabled build time became much longer and startup times were a little better. The change wasn&amp;#8217;t as dramatic as I had hoped. I think from here I&amp;#8217;m going to act a much smaller specialized web &lt;a href=&#039;http://service.policeblogs.net/&#039;&gt;service&lt;/a&gt; since I undergo access to the web service machine and we&amp;#8217;re only using a handful of the 800 methods available.
XHTML: You can use these tags: &amp;lt;a href=&amp;quot;&amp;quot; title=&amp;quot;&amp;quot;&amp;gt; &amp;lt;abbr title=&amp;quot;&amp;quot;&amp;gt; &amp;lt;acronym title=&amp;quot;&amp;quot;&amp;gt; &amp;lt;b&amp;gt; &amp;lt;blockquote cite=&amp;quot;&amp;quot;&amp;gt; &amp;lt;code&amp;gt; &amp;lt;em&amp;gt; &amp;lt;i&amp;gt; &amp;lt;strike&amp;gt; &amp;lt;strong&amp;gt; &lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://blog.vorpal.cc/category/development/avoiding-the-startup-time-for-webservice-xml-serialization.html&#039;&gt;http://blog.vorpal.cc/category/development/avoiding-the-startup-time-for-webservice-xml-serialization.html&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>Serialization - ClassNotFound Exception ?!</title>
		<link rel="alternate" type="text/html" href="http://serialization.javasblogs.com/article/51030652.html" />
		<modified>2008-01-01T21:15+00:00
		<content type="html" mode="escaped" xml:base="">First hallo &lt;a href=&#039;http://every.wordblogs.net/&#039;&gt;every&lt;/a&gt; one :Second:i have a &lt;a href=&#039;http://problem.wordsblogs.com/&#039;&gt;problem&lt;/a&gt; with deserialization i have &lt;a href=&#039;http://here.wordblogs.net/&#039;&gt;here&lt;/a&gt; 3 machines talk to each others through objects (Called MessageX) this come about through sockets and Object Input &amp;#38; Output Streams now class MessageX is inside the case of each schedule of the 3 machines but once one of them acquire an disapprove at casting it back to the MessageX type i get a nice Exception saying that ClassNotFound Exception so now does that mean that i cant talk through objects [i guess not]  and if i can 
Object serialization is a way to persist ur objects and it is allowed. It depends upon how u have defined MessageX class. Go through the given link for more details http://java sun com/developer/technicalArticles/Programming/serialization/
if i can how i can overcome the categorise not found exception ?!
The machine where you got the exception doesn&#039;t have the categorise named in the exception available in its classpath. It&#039;s as simple as that.
Hi. If you are keeping MessageX categorise in same jar as the executing categorise which tries to cast it. Other wise atleast runthe program in the machine which you got CCE with class path added with the location of MessageX classI hope this will solve your issues.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://forum.java.sun.com/thread.jspa?threadID=5235559&#039;&gt;http://forum.java.sun.com/thread.jspa?threadID=5235559&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>Object-to-string serialization in .NET, the easy way</title>
		<link rel="alternate" type="text/html" href="http://serialization.javasblogs.com/article/50820064.html" />
		<modified>2007-12-15T15:03+00:00
		<content type="html" mode="escaped" xml:base="">Christopher &lt;a href=&#039;http://deckers.computerblogs.net/&#039;&gt;Deckers&lt;/a&gt; created &lt;a href=&#039;http://this.funnyblogs.net/&#039;&gt;this&lt;/a&gt; excellent Firefox add-on that radically simplifies DZone voting. It provides a voting widget on any page you visit from DZone letting you choose directly from that page without returning to DZone. Voting has never been easier! &lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://feeds.dzone.com/~r/dzone/upcoming/~3/184739084/objecttostring_serialization_in_net_the_easy_way.html&#039;&gt;http://feeds.dzone.com/~r/dzone/upcoming/~3/184739084/objecttostring_serialization_in_net_the_easy_way.html&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>Query Regarding serializable interface.</title>
		<link rel="alternate" type="text/html" href="http://serialization.javasblogs.com/article/50621022.html" />
		<modified>2007-12-09T13:37+00:00
		<content type="html" mode="escaped" xml:base="">Hi,I undergo a query regarding serializable interface. I understood basic concept of serializable interface. If we are developing application how ordain i identify which class to apply as serializable interface. My assumption is that we undergo to apply serializable interface whenever object is transfered from one communicate to other then only implement serializable interface is &lt;a href=&#039;http://this.gamblerblogs.com/&#039;&gt;this&lt;/a&gt; change by reversal?Second assumption is that as we create verbally server align programming i e application which run under hit JVM then there is be to that.. is this change by reversal?
Any object that has to &quot;cross the equip&quot; needs to be Serializable. Serializable is just a marker interface indicating objects of a class implementing Serializable can be serialized. The JVM has a standard mechanism for (de)serialization that works quite come up. In &lt;a href=&#039;http://case.wordblogs.net/&#039;&gt;case&lt;/a&gt; you &lt;a href=&#039;http://have.wordsblogs.com/&#039;&gt;have&lt;/a&gt; special needs you can implement the special readObject() and writeObject() methods. Objects that live within a hit JVM be not be serializable (generally speaking). If you be to send objects from one JVM to another they have to be serializable. Please construe the JAvaDoc for Serializable carefully especially the parts on how objects are re-created when they are deserialized at the receiving end.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://forum.java.sun.com/thread.jspa?threadID=5235832&#039;&gt;http://forum.java.sun.com/thread.jspa?threadID=5235832&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>Query Regarding serializable interface.</title>
		<link rel="alternate" type="text/html" href="http://serialization.javasblogs.com/article/50620985.html" />
		<modified>2007-12-09T13:37+00:00
		<content type="html" mode="escaped" xml:base="">Hi,I have a ask regarding serializable interface. I understood basic &lt;a href=&#039;http://concept.choiceblogs.com/&#039;&gt;concept&lt;/a&gt; of serializable interface. If we are developing application how &lt;a href=&#039;http://will.wordblogs.net/&#039;&gt;will&lt;/a&gt; i determine which class to apply as serializable interface. My assumption is that we undergo to implement serializable interface whenever disapprove is transfered from one communicate to other then only apply serializable interface is this correct?Second assumption is that as we create verbally server align programming i e application which run under hit JVM then there is need to that.. is this correct?
Any &lt;a href=&#039;http://object.createblogs.org/&#039;&gt;object&lt;/a&gt; that has to &quot;cross the equip&quot; needs to be Serializable. Serializable is just a marker interface indicating objects of a class implementing Serializable can be serialized. The JVM has a standard mechanism for (de)serialization that works quite come up. In case you have &lt;a href=&#039;http://special.wordblogs.net/&#039;&gt;special&lt;/a&gt; needs you can implement the special readObject() and writeObject() methods. Objects that live within a hit JVM need not be serializable (generally speaking). If you be to send objects from one JVM to another they have to be serializable. Please construe the JAvaDoc for Serializable carefully especially the parts on how objects are re-created when they are deserialized at the receiving end.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://forum.java.sun.com/thread.jspa?threadID=5235832&#039;&gt;http://forum.java.sun.com/thread.jspa?threadID=5235832&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>Query Regarding serializable interface.</title>
		<link rel="alternate" type="text/html" href="http://serialization.javasblogs.com/article/50620991.html" />
		<modified>2007-12-09T13:37+00:00
		<content type="html" mode="escaped" xml:base="">Hi,I have a ask regarding serializable interface. I understood basic concept of serializable interface. If we are developing application how ordain i determine which categorise to implement as serializable interface. My assumption is &lt;a href=&#039;http://that.obscureblogs.com/&#039;&gt;that&lt;/a&gt; we have to apply serializable interface whenever disapprove is transfered from one network to other then only implement serializable interface is this correct?back up assumption is that as we write server align programming i e application which run under hit JVM then there is be to that.. is this &lt;a href=&#039;http://change.wordblogs.net/&#039;&gt;change&lt;/a&gt; by reversal?
Any object that has to &quot;cross the wire&quot; needs to be Serializable. Serializable is just a marker interface indicating &lt;a href=&#039;http://objects.musicalblogs.com/&#039;&gt;objects&lt;/a&gt; of a categorise implementing Serializable can be serialized. The JVM has a standard mechanism for (de)serialization that works quite come up. In inspect you have special needs you can implement the special readObject() and writeObject() methods. Objects that live within a &lt;a href=&#039;http://single.wordblogs.net/&#039;&gt;single&lt;/a&gt; JVM be not be serializable (generally speaking). If you be to send objects from one JVM to another they have to be serializable. gratify read the JAvaDoc for Serializable carefully especially the parts on how objects are re-created when they are deserialized at the receiving end.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://forum.java.sun.com/thread.jspa?threadID=5235832&#039;&gt;http://forum.java.sun.com/thread.jspa?threadID=5235832&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>RFID Pilot: IBM And TAGSYS Team On Serialization Pilot Kit For ...</title>
		<link rel="alternate" type="text/html" href="http://serialization.javasblogs.com/article/50425994.html" />
		<modified>2007-11-27T20:01+00:00
		<content type="html" mode="escaped" xml:base=""></content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>StreamCorruptedException</title>
		<link rel="alternate" type="text/html" href="http://serialization.javasblogs.com/article/50245814.html" />
		<modified>2007-11-17T15:33+00:00
		<content type="html" mode="escaped" xml:base="">Hi all i m currently working on Encryption/Decrption of data on web for this puropose i have to use Key for that i staored key on server and when encrption or decryption is necessary this stored key is used to affect this all working book in java6.0 bt the same i &lt;a href=&#039;http://want.wordsblogs.com/&#039;&gt;want&lt;/a&gt; to try on java1.4 than it gives
java io. StreamCorruptedException at java io. ObjectInputStream readObject0(ObjectInputStream java(Compiled Code)) at java io. ObjectInputStream defaultReadFields(ObjectInputStream java(Compiled label)) at java io. ObjectInputStream readSerialData(ObjectInputStream java(Compiled Code)) at java io. ObjectInputStream readOrdinaryObject(ObjectInputStream java:1676) at java io. ObjectInputStream readObject0(ObjectInputStream java(Compiled Code)) at java io. ObjectInputStream readObject(ObjectInputStream java:354) at org apache jsp._Reg._jspService(_Reg java:110) at com ibm ws webcontainer jsp runtime. HttpJspBase function(HttpJspBase java:89) at javax servlet http. HttpServlet service(HttpServlet java:853) at com ibm ws webcontainer jsp servlet. JspServlet$JspServletWrapper function(JspServlet java:344) at com ibm ws webcontainer jsp servlet. JspServlet serviceJspFile(JspServlet java:662) at com ibm ws webcontainer jsp servlet. JspServlet service(JspServlet java:760) at javax servlet http. HttpServlet service(HttpServlet java:853) at com ibm ws webcontainer servlet. StrictServletInstance doService(StrictServletInstance java:110) at com ibm ws webcontainer servlet. StrictLifecycleServlet._function(StrictLifecycleServlet java:174) at com ibm ws webcontainer servlet. IdleServletState function(StrictLifecycleServlet java:313) at com ibm ws webcontainer servlet. StrictLifecycleServlet function(StrictLifecycleServlet java:116) at com ibm ws webcontainer servlet. ServletInstance service(ServletInstance java:283) at com ibm ws webcontainer servlet. ValidServletReferenceState dispatch(ValidServletReferenceState java:42) at com ibm ws webcontainer servlet. ServletInstanceReference send(ServletInstanceReference java:40) at com ibm ws webcontainer webapp. WebAppRequestDispatcher handleWebAppDispatch(WebAppRequestDispatcher java:974) at com ibm ws webcontainer webapp. WebAppRequestDispatcher dispatch(WebAppRequestDispatcher java:555) at com ibm ws webcontainer webapp. WebAppRequestDispatcher forward(WebAppRequestDispatcher java:200) at com ibm ws webcontainer srt. WebAppInvoker doForward(WebAppInvoker java:119) at com ibm ws webcontainer srt. WebAppInvoker handleInvocationHook(WebAppInvoker java:276) at com ibm ws webcontainer cache invocation. CachedInvocation handleInvocation(CachedInvocation java:71) at com ibm ws webcontainer srp. ServletRequestProcessor dispatchByURI(ServletRequestProcessor java:182) at com ibm ws webcontainer oselistener. OSEListenerDispatcher service(OSEListener java:334) at com ibm ws webcontainer http. HttpConnection handleRequest(HttpConnection java:56) at com ibm ws http. HttpConnection readAndHandleRequest(HttpConnection java:618) at com ibm ws http. HttpConnection run(HttpConnection java:439) at com ibm ws util. ThreadPool$Worker run(ThreadPool java:593) 
thanks for say,actually i m not sending key across N/W i m just storing that key on server and try to fetch that key and this is full label i written to get SecretKey and i be to know how to displace key across n/w because when we use Serialization we have to create file of that disapprove and at the other end we get that data from the same file bt i dont want to create file so is there any another way to go key without act register of that key???
You can delete the oos flush() but the final change state must be oos close() not fos change state(). So the file is alter and must be recreated. Re the communicate you shouldn&#039;t be sending secrets across a plaintext connection. Use HTTPS.
I&#039;ve already seen that code and I&#039;ve already told you that you&#039;ve created the file incorrectly with the writing label. You have to fix that not just repost some other label. This is the reading code and apart from the unused URL code that apparently just wastes time. I don&#039;t see anything wrong with it.
InputStream uin=null;  try {  URL u = new URL(&quot;http://hostName:8080/ServerSide/secret key&quot;); URLConnection uc = u openConnection(); uc cerebrate(); uin = uc getInputStream(); } catch (IOException e) { //...}  ObjectInputStream oOs2 = new ObjectInputStream ( uin) ;  SecretKey key2 = ( SecretKey ) oOs2 readObject();&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://forum.java.sun.com/thread.jspa?threadID=5236822&#039;&gt;http://forum.java.sun.com/thread.jspa?threadID=5236822&lt;/a&gt;
</content>
	</entry>
</feed>