| Thread | Last Post | Replies |
|
| using JSP and JavaBeans to enter data in MySQL database | 10 May 2007 06:13 GMT | 2 |
I am using Java 1.5.0_09, Tomcat 5.5.17, MySQL 5.0 . I am trying to take data that is entered into a web page form, using JSP and JavaBeans place data in a database table. I enter data in the webpage and submit but no entry into the database
|
| java to vba | 10 May 2007 03:33 GMT | 2 |
Is what somebody can translate this code into vba thank you declare partial_results as structure of min = array of numbers[ 4 ]; //min[0] is match in six numbers,
|
| How to connect .NET Server | 10 May 2007 02:05 GMT | 2 |
I am a coop student. We are going to convert a C# program into Java. My question is: Does anyone of you know how to connect .Net Server with Java?
|
| two jogls | 09 May 2007 23:54 GMT | 1 |
Hello all, I note that there are now two versions of java, the older one using "import net.java.games.jogl.*;" the other "import javax.media.opengl.*;" I am a little familiar with the former. What might be the advantage
|
| A Revolutionary New Way To Program | 09 May 2007 23:21 GMT | 10 |
Imagine a network of developers. A network of programmers, web designers, gamers and others working together on common goals. A network working with tremendous speed and efficiency on projects. A network where your ideas can become realities. A network that will
|
| Junit - testing instance of a Test class | 09 May 2007 23:16 GMT | 1 |
is there a way to run an instance/object of this type using Junit. The reason is that I want to call setVar for setting var. junit can run class but can it run an object of this class? something like
|
| Performance question | 09 May 2007 21:25 GMT | 6 |
I am building a client-server application. I need to send and receive information in both sides, and do some computing with it in both sides. So I will build a custom protocol for that.
|
| confused abt what to choose! | 09 May 2007 19:09 GMT | 4 |
i want to learn a language and hav options between JAVA and DotNet languages.but i am totally confused abt what to do.as this forum is for java only thats y i m askin y shud i preffer JAVA over DotNet languages like C#.net,vb.net or asp.net.I am intrested in software and
|
| Excellnet Job Opportunity - Hoboken - NJ | 09 May 2007 16:46 GMT | 3 |
Business Software Solutions (BSS) is a software development and consulting company based in Delran, NJ. We are specialized in developing software for Fortune 500 companies. We are currently looking for a Java Developer with experience working with Weblogic
|
| Rotating images | 09 May 2007 16:44 GMT | 2 |
I have an Image, and I would like to get the same image, rotated. I know I have to use the AffineTransformOp class to do the job. But the problem is that this class only works with Graphics2D. I cannot find a way to transform an image directly.
|
| j2me | 09 May 2007 15:28 GMT | 1 |
hi everyone.. ı have a problem about j2me... how can ı write codes with jcreator for mobile phones? can anyone help me? thank you
|
| Forming HTTP request from java code | 09 May 2007 14:05 GMT | 18 |
I want to know, how should I go about forming an HTTP request from (core) Java code. Is it possible? I'd like to tell you the exact scenario I am dealing with here. I need to send a search request (preferably to Google) from within the java
|
| help with java inheritance | 09 May 2007 10:51 GMT | 3 |
I have a class called Car and a main class that implements this class. Both are pasted below. I expect the implementation to print out the price of the car but it is giving me price '0'.
|
| java.sql.Timestamp and toString output | 09 May 2007 10:32 GMT | 9 |
according to http://java.sun.com/j2se/1.5.0/docs/api/java/sql/Timestamp.html#toString(), Returns: a String object in yyyy-mm-dd hh:mm:ss.fffffffff format however, when I do
|
| struts html:form resolving action with double slashes | 09 May 2007 09:59 GMT | 3 |
I have a problem in html:form form tag. Iam using following html code. <html:form action="/addUser.do"> </html>
|