| |
| |
| |
|
Comments:
<0> NeB{wRk}: you could use a Set of Map's - of a Set of custom objects mapped to the result set, sorting would be handled by the view layer separately <0> s/of/or/ <1> hrm.. interesting idea <1> do you think that would scale ok when the number of "rows" is in the thousands <1> i dont need to output everything in the result set, but i need to have it all in a collection so i can report statistics on it, then generate it to a file <2> oh, for the record; runtime tab in Netbeans is where you keep track of several issues. Application servers, database connections, process control, http server control, etc. <2> pretty snappy (IMO) to be able and deploy your applications to an application server directly from the IDE. <3> Lion-O so if i make a mysql connection in the runtime tab, do i have to code it? <3> or is that a stupid question <4> hello guys i am inside of logic:iterate <4> and i have this <html:text property="address[0].name" size="25" readonly="true" /> <4> how indexId="index" can replace the 0 ? <4> i tried with <%%> but nothing <5> hi
<5> SAX, DOM JDOM JAXP, I need only to use simple xml... what should I use? <6> hi <7> anyone can help me with java coding pls? <8> zejtuni20: where's your question? <9> hello all <10> GUys <10> is there a way for buffering highlighted Text???? <10> I mean <10> what is the code to do that? <2> define "buffering" ? It would help to know a little more context. <10> Well,into the clipboard <10> but I don't care,any kind of buffering <10> ... <10> I mean <2> java has little to do with a clipboard. <10> but it does work with GUIs ;) <10> so <2> indeed; so ? <10> so it's all about GUIS in java <2> wrong. I suggest you read up on the subject first. <10> I wanna know the way for buffering that highlighted text <2> why do you think you need to buffer such trivial data anyway ? <2> keep it in the channel please. <10> ok <10> cauze I just got a Java compiler in this PC,.. so ,I wanna write a small app to copy copy protected PDFs ;) <10> I expect that someone that had experience in GUIs with java should know it <2> that also makes little sense, normal people would use the copy command for that. Oh well; at least I now know where the bs. is coming from. <10> ;) <10> look,you can't use copy,I do not know how it is protected in Adobe acrobat,but I wanna go deeper than "copy command" <10> do you know what I mean??? <10> I'm not planning to write JSP <10> neither web related stuff <10> so,it does make sense <10> just think about it <10> the simplest java form for GUIs <10> is just that I do not know <10> ...... <10> Any ideas guys?? <10> I came here cauze i'm a lazy guy,I thought than asking to some "fellows" could be helpful <10> I didn't come here for listening what make sense or not <10> .. <10> so,if you do not know,you better answer that you don't <10> and that's all <10> . <10> :P <4> good morning <4> i have this <logic:iterate name="insercionPagoForm" indexId="index" property="pagosObra" id="****" > <4> <html:text property="pagosObra[<bean:write name='index' />].numeroRecibo" size="25" readonly="true" />
<4> and i have this error message <4> [ServletException in:/jsp/inserciones/pago/PagoDetalleClientObra.jsp] Invalid indexed property 'pagosObra[]'' <4> how i can resolve this pls <11> hi, has anyone here tried using google's new gwt yet? <12> hi, i'm doing a MIDP2 application, and i'm trying to connect to an HTTPS server. How do I obtain the .CER file so that I can import it in my application? <12> ideas anyone? <13> google ... "create .cer file" ... first result: http://www.dylanbeattie.net/docs/openssl_iis_ssl_howto.html <2> Is there a default method in Java to determine the time a program has ran? I'm looking at java.lang.System.getProperties() but no go there, and I have my doubts about java.lang.System.nanoTime(). <2> aliveuser: keep it in the channel please. <14> k <2> aliveuser: creating a new date() object is a silly approach IMO, I can just as easily create a timer object. <12> hi znabela, i've been googling for hours now... What my problem is my browser can get access to the SSL Server, but when I use my midp app, it does not work. I need to know what to fill up in the keystore for the security manager. anybody has experience on this? <2> that way I won't have to do any calculation. But thats not the issue; I'm not interested in /how/ to do this, just wondering if Java provides any native approaches. <14> k <15> salam <15> how i can get some field from ResultSet to String[] ?? <16> int i=0; <16> while(MyResultSet.next()){ <2> getString(). Look into the API docs. <16> MuString[i] = MyResultSet.GetString("MyField"); <16> i++; <16> } <16> it's ok like that ? <2> Xgamerz: give it a try and find out ? <16> ah ? <16> salam <17> StacyPeralta: don't do that please. <2> Hi Clackwell <17> hallo lion <2> its just too bad that the weekend is almost over again ;) It can't be helped. <17> yeah. i am looking forward to the week though, it's a short one in germany. and the weekend had my first "blind date + kiss on first date" incident plus some severe crash on aquavit (the incidents might be related), so i am ok with having my thoughts redirected and straightened a little. ;) <2> hmm :) <2> Clackwell: I survived my birthday, wrote my first J2EE application, tested the upcoming Java Webserver 7 and now I'm wondering why my javabot (irc bot) seems to be eating up heapspace every now and then untill that point where everything is released. <17> http://www.trunkmonkey.com/content/view/75/51/ <2> and enjoying a beer ;) <17> Lion-O: ah, belated happy birthday wishes. <17> how old? <17> so another weekend in computer wonder land...;) how sad. <2> Clackwell: naah. not sad at all, my gf was driving me nuts anyway. eurovision song festival was on (you're in Germany? Then you know what I'm talking about). As to age; 36 <2> trunk monkeys? ;-) <2> lol, that picture in the header made me wonder where the heck I stumbled into ;-) <17> http://www.trunkmonkey.com/content/view/40/51/ <2> even better, I'm on the gallery and see "unabomber trunkmonkees" which I don't think are "#java channel proof" :-) <2> still, this is interesting. My bot seems to be gobbling up heapspace. <17> Lion-O: profile? <2> man... netbeans' profiler is an amazing piece of work IMO. I'm profiling this bot and simply told it to run the GC. I see the used heapspace drop by a half at least (from nearly 4Mb to nearly 2Mb) ;) <2> Clackwell: Netbeans 5 profiler. I grew to like that very much, gives you stats on heapsize, heap usage, thread usage, etc. <17> i see <17> i shy away from setting up and learning enough of netbeans. the need is fortunately not really there. <2> Clackwell: Well, I'm still learning Java and I try to approach this as broad as possible. So I go into extremes; one time I'm messing with vim&lynx to write a program (I'm not a die-hard X user on Linux) and the other time I'm using Netbeans ;-) <2> at the moment I'm messing about with a java irc tutorial bot (spam: http://catslair.org/files/nekobot.rar) and well.. Its a hobby for the evening ;-) <17> i see <2> open source too ;)
Return to
#java or Go to some related
logs:
#AllNiteCafe ico2png, debian #chatzone hooligan kollox up 64bit bridge-utils for slackware #php #c++ #gentoo videobox.com/login.jtp #mirc
|
|