@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2



Comments:

<0> RoyME: google still has it, the author moved it to some subscription site it seems.
<0> another shame.
<0> RoyME: http://72.14.207.104/search?q=cache:wWxxC9MeJy4J:www.rolemaker.dk/articles/evaljava/Evaluating%2520Java%2520for%2520Game%2520Development.pdf+Evaluating+Java+for+Game+Development&hl=en&ct=clnk&cd=2
<1> Subscription? bugmenot.com :P
<0> RoyME: http://java.coe.psu.ac.th/FreeOnline/Evaluating%20Java%20for%20Game%20Development.pdf
<0> google's saawweet
<2> Hi, I'm looking for something in JSP/servlet to load a JSP in a iframe target...
<2> normally, I used requestDispatcher but that will reload the page.. I only want to target the iframe
<2> is there any method that I can give a target to the resquestDispatcher ?
<3> Webben: use AJAX
<3> issue a specific request for the IFrame contents
<2> hum ok I can implement that in my existing controllerServlet ?
<4> soon the trees and stones speak



<4> to say that there is a jewish behind me come and kill him come and purify the holly land for those children of monkeys nad pigs
<5> Hi all
<6> hy
<6> how can i check if a number is or not a DOWRD?
<7> hi
<7> what is DOWRD ?
<0> dword misspelled
<5> borken jvaa :)
<0> jaynee :)
<5> Is anyone here going to the JavaUK06 conference?
<0> they imported java to the UK now?
<7> it is a VERY cool to me )))))
<5> nah... it's a myth :)
<5> http://uk.sun.com/sunnews/events/2006/mar/javauk06/
<5> any event in a brewery can't be all bad :)
<8> i don't think you'll remember much past 2pm tho :)
<7> I so do not think Jayne...
<9> is there a List cl*** in Java, just like in .NET?
<10> AvihooI: I don't know .NET, but in Java List is an interface with several implementors
<10> AvihooI: Typically you would use ArrayList, or in some rarer cases, LinkedList
<11> AvihooI: APIDOCS = The API documentation for the Java standard libraries are available for download at http://java.sun.com/docs/ and for online reading at http://java.sun.com/j2se/1.5.0/docs/api/index.html
<11> AvihooI: Do the tutorial and not just read it -> http://TheJavaTutorial.com/
<11> AvihooI: The Really Big Index -> http://java.sun.com/docs/books/tutorial/reallybigindex.html
<9> hmm, I guess I'd want to use ArrayList
<9> <T> stands for generics in Java, where T is the type?
<9> (I am a fluent programmer, just not experienced with Java that much)
<9> ohh, and the Vector cl*** doesn't appear to actually behave like mathematical vector
<9> like a*
<9> I mean, what I look for is something like Point2D, just with vectorial operations, is there anything like that?
<9> or I'd need to write my own...
<11> T is whatever you want
<11> but I think you should check what kind of objects ArrayList can take
<11> when you put something in without specifiying the object in <> you need to cast it when getting it out
<11> But you would learn that from tutorials
<9> if it's like .NET, then it shouldn't be a problem
<9> if only it was possible to compile Java bytecode with .NET, lol
<9> compile to*
<9> thanks for the help, later
<11> Hey Jayne
<11> Long time no see :-D
<5> Hiya Thunder^ :)
<12> selamat sore
<0> ahm, yeah, i guess so.
<12> FISCAL FRAUD:
<12> -----------------
<12> Biggest Frauders
<12> -------------------
<0> weirdo frenchies



<13> why does he keep posting that?
<0> he does? i don't think i have seen that before.
<13> the next two lines would have been
<13> ANISTON, Jennifer
<13> anyway, who cares
<14> he has posted it before
<13> hey, anyone here have experience with the Spring Framework?
<14> no
<15> hey folks! I have a ArrayList full of books, and I have a JList with all the booktitles. Can JList give me the object of a book. I've tried getSelectedValue() but this method only returns the String in the JList. http://pastebin.com/580721
<15> what can I do?
<16> hello all
<16> can one use RMI from oracle java stored procedures ?
<17> i dont see why not
<14> to do what?
<14> make a remote object that makes a connection to an oracle database and executes a storedprocedure?
<14> or do you want to know if oracle accepts rmi calls?
<16> I want to call remote server within a stored procedure.
<16> within = from within
<15> can someone help me?
<14> you want to execute a java program to make an RMI call to a server?
<17> stored procedure is PL/SQl or SQLJ?
<16> xtravaga: both and more
<0> SIR83: looking
<16> Rob_uknow: correct
<15> ok
<0> hi xtra
<0> Deeg: no idea. if you are lucky you cannot.
<17> you want invoke a RMI call from within an oracle stored procedure right?if its SQLJ i think it should be possible.regarding PL?SQL java bindings, read up oracle docs if there is any more info on that
<17> yo cwell
<0> prevents you from doing something stupid,.
<0> SIR83: getSelectedValue() returns an Object.
<0> SIR83: is your code complete? where does it add the elements to the jlist?
<18> that's what i want to know
<0> powers007: who are you talking to?
<15> Clackwell: that Object is a String...
<18> i'm looking at SIR83's code
<0> SIR83: excellent, so everything is clear then.
<0> Deeg: http://www.google.com/search?complete=1&hl=en&q=stored+procedure+oracle+rmi&btnG=Google+Search
<15> Clackwell: there are a MainWindow cl*** also
<0> "i put in a String, and it gives me back a String, that's wrong"
<0> xtravaga: pl/sql or java, afaik.
<0> Rob_uknow: can you smell it?
<15> Clackwell: no I dont want the toString(), I want a hole Object of that book.
<0> SIR83: if you put in a String, you will get a String.
<15> Clackwell: I dont put in a String, I put in a whole ArrayList of objects to AbstractList
<0> if you put in a book, you should get a book back. if so or if not, we cannot tell with your incomplete code.
<18> SIR83: is the string a key to get a book object?
<0> i talk too much
<0> SIR83: consider providing a test case (avoids having to guess what you are *really* doing): http://javafaq.mine.nu/lookup?22 Also provide any error messages that you might be getting. typically paste to http://pastebin.com
<0> ...when i can tackle it with a few mouse clicks.
<0> hallo talios
<19> 'lo
<20> morning talios
<19> 'lo
<14> talios
<0> i guess he wasn't willing to write that test case.


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #java
or
Go to some related logs:

sugi pula
#java
#linux
raining again remix mp3 evil nine
how to unbaned from dalnet
AUTOPHOBE AVOID REFERRING TO
#AllNiteCafe
#linuxhelp
dasm32
is it expired



Home  |  disclaimer  |  contact  |  submit quotes