| |
| |
| |
|
Page: 1 2 3 4
Comments:
<0> hi everi one <0> im making an ftp client <0> i have a trouble <0> i can open conection with the server, but.. when y try to list files or get files.. i cant open conection for data trannsmition <0> some body have an idea to do that? how i can listen the connection port? <1> how are you accessing the ftp server? <1> also, are you writing it for any particular reason? http://www.javaworld.com/javaworld/jw-04-2003/jw-0404-ftp.html <0> academic reasons <0> a home work <0> im makina a socket to port 21 <0> then i send messages for autentication.. <0> i can make dir an remove dirs an use pwd an some commands <0> but <0> when i tri to get a file or list the files in directory, the ftp server need open the port for data transmition, and i dont know how to stablis conection by this pordt <2> Greetings, #java <2> I'm trying to set my JInternalFrame's icon, but I found out a warning in JavaDoc for the "JInternalFrame.JDesktopIcon"
<2> This API should NOT BE USED by Swing applications, as it will go away in future versions of... <2> Since I'm working in Swing, I don't know what I should do now.. and if this warning will actually affect my application if I ignore it... :( <1> Performance question; is there a notable performance difference converting a string to a int vs a string to a float? What about comparing 2 floats vs 2 ints? <3> Zeekius: in the first case, I wouldn't expect any significant speed differance, but I would expect integer comparison to be faster than float comparisson. <3> Zeekius: if you want to actually -know- though, I suggest you actuall try it. the code would be trivial <1> yeah, I thought it may be a basic enough comparision that someone would have done it and gotten results. No need to reinvent the wheel <4> MultiServer.java:41: warning: [unchecked] un <4> ember of the raw type java.util.Vector <4> myConnections.addElement( t ); <4> oops <4> my code is depreciated.. what can i do with ==== myConnections.addElement( t ); <5> With that little context impossible to answer. I suggest the API documentation which will give you a pointer to the replacing method(s). <4> http://javafaq.mine.nu/lookup?2&wb=true <4> Note: MultiServer.java uses unchecked or unsafe operations. <4> Note: Recompile with -Xlint:unchecked for details. <6> So, er, recompile with -Xlink:unchecked? <6> and thereby find the details, and fix them <7> link? <7> what happened to lint? <7> x <4> MultiServer.java:41: warning: [unchecked] unchecked call to addElement(E) as a m <4> ember of the raw type java.util.Vector <4> myConnections.addElement( t ); <5> So in addition to the API docs I'd like to point out the Java tutorial as well. <6> er, lint. I just can't type <8> re homeys <5> eya jottinger <9> hey <3> y0 joe <5> aaargh <3> well, whatcha know.. they put a date on spring 2.0 <5> that put a nasty memory in my head <3> Lion-O: what did I do now? ;) <5> wlfshmn: I don't think you watched many cartoons I guess? be glad ;) <3> no, my cartoon-watching has been rather limited for a number of years <8> http://www.theserverside.com/news/thread.tss?thread_id=42099 <10> writing reviews for nothing? <8> of course <10> ic <10> any one can send in a review? <8> yes <8> subject to editorial review <10> is there a list of reviews in the making? <10> so people don't write reviews about the same thing <11> I write for the inquirer btw <10> Deano, that gossip site? <11> UK IT site, quite well known <11> well in part, yes <10> what do you write for them? <11> Just do it on the side, freelance <11> all sorts, from slagging ebay to debunking stupid anti-Java analysts <11> http://www.theinquirer.net/default.aspx?article=33103 to http://www.theinquirer.net/default.aspx?article=34077 <10> did they change the layout? <11> poorly written I admit, but slowly by slowly picking up the ropes <11> layout? <10> yes <10> I remember the site looking differently <11> as in the content? <11> nah not for a long time as far as I know <10> no no, colours, layout
<11> -> nah not for a long time as far as I know <10> ok <11> maybe you were thinking of the register <11> which my boss (owner of the inquirer) co-founded <10> yeah <10> thats it <10> inquirer is owned by VNU <8> Rob_uknow: we take the best of breed <11> it is now, yes <11> only in last couple of months <8> and there's no problem with two reviews of the same thing <10> ok <8> feel free to comment on the site, man... we need public discourse <10> don't you get tired of keeping up with the latest? <8> yes <10> same here <10> soa, esb, spaces, framework x <11> aye <11> tiring <10> its all very interesting but tiring <10> maybe I just don't care anymore <8> that's what my job is for <8> I am supposed to help you focus on what's important and why <10> none of these technologies had any mayor impact on my daily work <11> always have some junior at your heels with another framework under his belt <10> I'm still waiting for that single solution to speed up my development time noticably <11> have to keep up to date, or you can appear to be stuck-in-the-mud or dated <10> true <11> but there does seem to be an overwhelming plethora of different frameworks at the mo <11> in every category <10> the problem is choice :) <11> indeed <10> in the ms realm there is little choice <11> heh <10> maybe thats why its pretty succesfull <11> possibly <11> but a part of me really doesn't want to be 'that' constrained <11> especially when you're talking about constraints down to the very server OS you have to utilise <10> I agree <11> before you even think about development frameworks etc <10> unfortunatly decisions are mostly made by managers who know nothing about the things they decide on <11> true <11> my manager at the mo is pretty open to suggestion <11> and fairly knowledgable, its not too bad <10> nice <11> last CTO was much more conservative <10> the one manager we have now scares everyone away <11> heh <10> the IT business is picking up <3> meh.. not exactly trivial tracking down maven sources for anything up to date <10> meaning? <10> the sources of maven? <10> or sources in the maven repository? <3> well, no, the dependencies for my project <10> ic <10> external? <10> or other maven projects? <3> both <10> ok <10> we have our own build mechanism <10> unfortunatly dependencies aren't properly dealt with <10> sometimes I need to manually build some first <10> then the build script does the rest <3> there.. got my myfaces dependencies sorted out somewhat.. <10> what kind of app is it? <3> for those I can find snapshots, but not releases.. <10> that you are working on now? <3> it's a little webapp on mine <10> what does it do? <3> first time I try to use maven, so I'm mostly trying to get the hang of it <3> it's a pricecomparison site <10> ok <3> there.. only one more api and I should compile atleast.. <10> nite
Return to
#java or Go to some related
logs:
#php #teens #chatzone zipperint #C++ #linux yum jpeglib #linux #networking fatmoms dablah
|
|