| Thread | Last Post | Replies |
|
| Java for begining | 25 Dec 2007 20:31 GMT | 1 |
this is ebook about java for begining, explain java concept, and OOP concep. good for java beginer or java advance donwload now http://freepdf-ebook.blogspot.com/2007/12/thinking-in-java-1st-edition.html
|
| log4j:WARN No appenders could be found for logger. | 25 Dec 2007 17:18 GMT | 1 |
I guess there are few that are familar with this. I get it from time to time (long times) but forget how I fixed it previously... bad boy :- ( Can someone please help me with this?
|
| Calling a jsp method from a java application | 25 Dec 2007 16:25 GMT | 4 |
I'm trying to call a jsp method from a java application, only I don't know how to do it. The idea is to get 2 variables from my application, and communicate with a database on my server - sadly my hosting company does not allow
|
| Struts help with Tomcat | 25 Dec 2007 00:23 GMT | 2 |
Hello. I'm having a Struts issue I'm hoping someone can help me with. I have a Java, JSP, and Struts 1.1 (with Tiles) web application running in an Eclipse based environment. I deploy it to a locally installed Tomcat 4.1 running against Java 1.4.2_06. In this
|
| jsp page design problem. | 24 Dec 2007 22:48 GMT | 7 |
i have a jsp page design problem. i have uploaded the problem with image here http://docs.google.com/Doc?id=dc83hzcs_288zw84qk and tried to explain the problem as simple as i can.
|
| anyone interested in a small java project? | 24 Dec 2007 22:44 GMT | 2 |
I have java source code, it accepts a JPG (or other graphics format) as input, and converts it to black and white bitmap (with some odd ordering of horizontal lines) I would like to change this program to output variable size bitmaps:
|
| JSF Phaselisteners | 24 Dec 2007 21:33 GMT | 8 |
Can someone give me a pointer to a good tutorial explaining the use of PhaseListeners in JSF? Google isn't very helpful tonight.
 Signature Steve Sobol, Victorville, CA PGP:0xE3AE35ED www.SteveSobol.com
|
| About content types and ServletRequest | 24 Dec 2007 18:57 GMT | 3 |
I have been doing a bit of J2EE for the past few days and some things are not very clear to me. » What exactly happens when I set the content type? Does it help the server or the client in understanding what to do or how to treat the
|
| Connecting db through odbc bridge in tomcat 5.5 | 24 Dec 2007 16:29 GMT | 13 |
I have installed tomcat5.5 and jdk1.6 on my machine which has Windows server2003 as OS. I'm not able to clearly underdstand the steps in tomcat docs (JNDI resources/ JDBC resources to be used for db access) for connecting to
|
| variable to hold value more than a billion | 24 Dec 2007 15:42 GMT | 1 |
Can anyone suggest a datatype to hold a decimal value (2 decimal point precision) that can be upto 100 billion Sai
|
| long distance lan, OT | 24 Dec 2007 14:00 GMT | 6 |
What sort of equipment would you use if you wanted to set up a LAN, but one of the stations were 100 meters away?
 Signature Roedy Green Canadian Mind Products
|
| Locate user temp directory | 24 Dec 2007 09:03 GMT | 2 |
I'm new to java, but in VBA I can do this strWordPathTemp = Environ("TEMP") which gives me the users default temp directory - How do you do this in java? -Steve
|
| Hot opportunity for Oracle consultants in NC | 24 Dec 2007 03:05 GMT | 3 |
Here is a requirement from one of the client places we worked before, so chances of closing are high. Please see if we can get a candidate with the following profile. Client work location is in RTP (Research Traingle Park), NC.
|
| Simple script annimation problem usig swing | 24 Dec 2007 02:57 GMT | 2 |
Hi I 'm writing a simple java applet similar to famous game life, I' m trying to run it throught browser html script, but the animation does not work. It only shos it beginning state. Don't know whats wrong with it, simce the method repaint() in New Class is surly invoked, because ...
|
| Polymorphism in Java SE? | 24 Dec 2007 02:25 GMT | 19 |
For teaching purposes, I'd like to know a Java-SE method that returns an object whose class is only known at runtime and can be shown to have at least two possibly values by running a small program.
|