|
First
|
Prev |
Next
|
Last
Pages: 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
Output data I have something that works with data mapping but was wondering if there was a more efficient way to do this? Java part: [code] ..... //database part here...ResultSet rs .... List myMap = new ArrayList(); while (rs.next()) { String firstname = rs.getString("firstname"); String lastname = rs.g... 7 Jul 2008 15:35
beanshell interpreter Hello All, I am trying to use the beanshell interpreter and JConsole in my application. I have a problem when I start the interpreter in a new thread. //JConsole bshConsole = new JConsole(); // Interpreter interpreter = new Interpreter(bshConsole); // interpreter.set("taApp", t... 6 Jul 2008 21:10
Best place to look up JNDI resource, init db connection, in celluloid. jason.cipriani(a)gmail.com wrote: Lew, thanks a lot for the detailed and informative explanation. That clears a lot of stuff up. On Jul 6, 2:23 pm, Lew <con...(a)lewscanon.com> wrote: I would only store the DataSource. Abandon the InitialContext after it's yielded the DataSource to you. Use the conne... 6 Jul 2008 20:08
JPA: problem with many to many relations Hi! I'm writing a desktop application using JPA. I have two entities (User and Movement) with a many to many relation. This is the part of Movment.java: @ManyToMany @JoinTable( name="USERS_MOVEMENTS", joinColumns= @JoinColumn(name="MOVEMENT_ID", referencedColumnName="ID"), ... 6 Jul 2008 18:06
berlin.jar ...the first Java conference in Berlin, Germany On September 13 and 14 we provide the first Java conference in Berlin, Germany. *For our upcoming JAVA conference, we need YOU* *Call for Papers* This is going to be the the first Java conference in Berlin. Over a period of two days (Saturday and Sunday) there are speeches going to be held in three t... 6 Jul 2008 18:06
java rmi error have already compiled server file it gets compiled but when i try to compile my interface and client it gives me error that my server class is not found or can not resolve the symbol... let me give u the code .... any help is appreciated.. Server code is : import java.rmi.*; public interface SampleServer ex... 6 Jul 2008 22:11
Best place to look up JNDI resource, init db connection, in servlet. I'm new to Java servlet development. I'm accessing a database via a JNDI DataSource resource that I've defined in my servlet's context. I have gotten it working using some code like this: InitialContext ctx = new InitialContext(); DataSource ds = (DataSource) ctx.lookup("java:/comp/env/jdbc/ mssql"... 6 Jul 2008 18:06
imposters (was Re: Applet Scrollbar and KeyListener) Joshua Cranmer wrote: Hmm, now it seems there's someone impersonating Lew as well as Andrew. Which is a shame because I can't--yet--killfile Lew's impostor, as this one doesn't munge the From. Maybe if lew(a)lewscanon.com were to quit posting for a while the numb-nuts would leave him alone. -- Lew N... 6 Jul 2008 20:08
Resource not available error in servlet This is my directory structure C:\Program Files\Apache Software Foundation\Tomcat 4.1\webapps\VSG\WEB-INF and here i have in web-inf my web.xml which looks like this <web-app> <servlet servlet-name>Myservlet</servlet-name> <servlet-class>Myservlet<servlet-class> </servlet> <servlet-mapping > <servlet-n... 16 Jul 2008 05:47
jobangebote im ausland stellenangebote firmen stellenangebote airbus Buchhalter Buchhalterin jobangebote im ausland stellenangebote firmen stellenangebote airbus Buchhalter Buchhalterin + + + ARBEITSANGEBOTE IN DEUTSCHLAND http://WWW.ARBEITSANGEBOT-DEUTSCHLAND.DE http://WWW.ARBEITSANGEBOT-DEUTSCHLAND.DE + + + STELLENANGEBOTE IN DEUTSCHLAND http://WWW.STELLENANGEBOT-DEUTSCHLAND.DE http://WW... 6 Jul 2008 10:56 |