| Thread | Last Post | Replies |
|
| How to create headers using poi | 23 Jun 2006 08:48 GMT | 1 |
Hi users, I am using Jakarta POI in my recent project. Its a report generating tool and one of the formats for output is Excel. How can I put big bold headers on the resultant report stating Name of the report and that
|
| Applet showDocument and init Method | 23 Jun 2006 08:29 GMT | 13 |
I have implemented an UPLOAD applet that work fine, but when after upload, my applet tried to forwad to another URL with an ShowDocument, init Method is calling a second time, do you have an idea. I have putting code into init Method because i need an automatic
|
| reflect enum | 23 Jun 2006 08:15 GMT | 1 |
I am interested in Initializing EnumMap with all possible fields of enume enum Size{ BIG, SMALL:
|
| Running a jar from a command line in Windows | 23 Jun 2006 03:12 GMT | 2 |
I am having trouble running a jar from a commind line in Windows. The command is something like: java -jar main.jar -classpath jar1.jar;jar2.jar etc. All required jars are in the directory I'm running from and I get a
|
| Unknown floating point representation | 23 Jun 2006 00:54 GMT | 3 |
I am trying to determine what floating point number representation is used by BMC Patrol agents (proprietary enterprise management system). I know what the float value should be and I see the bits as they are coming through the wire, I just can't figure out what representation is
|
| How to make Netbeans use fixed imports? | 22 Jun 2006 23:27 GMT | 1 |
People, how can I get netbeans to use fixed imports instead of full qualified name for each variable? TIA, Scirious.
|
| Java Exception Question | 22 Jun 2006 23:25 GMT | 2 |
I have a friend that has the following problem: "You have a Java exception which tells you that is at bytecode 132142. Is there a solution to find the (code) line that generated this exception?"
|
| Text Editor with Multiple Styles by Selection? | 22 Jun 2006 22:58 GMT | 1 |
Is it possible to create a text editor that allows for changing fonts,color, etc.. for each character? I've seen examples of text editors but they applied the font changes etc to entire text area? Does anyone have an example or any information on how to edit by
|
| can I do this.... | 22 Jun 2006 20:04 GMT | 2 |
I am trying to grab more infromation on a record in the database depend on the primary key which is the facilityKey.... facilityKey = facilityDAO.findByPrimaryKey(facility.getFacilityId()); System.out.println("Key" + facilityKey);
|
| database drive code generated software architecture | 22 Jun 2006 18:48 GMT | 13 |
While I agree to the concept of having a stable set of interfaces between the business layer and data layer I have found that generating business objects which directly map to database tables works for me. You see in the past I had a large application which we rewrote a large
|
| Need help in converting html to pdf ...... | 22 Jun 2006 17:14 GMT | 1 |
I m trying to convert html to pdf. For this i used http://www.javaworld.com/javaworld/jw-04-2006/jw-0410-html-p2.html this link... What i want to know is that...can we use 'xhtml2fo.xsl' which is
|
| c++ server page | 22 Jun 2006 15:15 GMT | 2 |
I have been using Tomcat and JSP for some time. But my recently project requires to use a lot of legacy c++ code. Calling them from java becomes a problem. Is there something similar to servlet and jsp but all in c++?
|
| Newbie question on existing Private Key | 22 Jun 2006 15:05 GMT | 2 |
Good morning, all: I have searched but I can't find an answer to what seems to be a pretty common occurence. Here's a quick overview. I have a private key (let's say
|
| struts question - using jsp to dynamically generate value for property attribute in <html:errors/> tag | 22 Jun 2006 14:16 GMT | 1 |
I was wondering if anyone has seen something like this before. It could be a struts issue with jsp.... maybe the property attribute in the <html:errors /> tag doesn't work with dynamically generated text?
|
| Java plugin for Firefox and JSE 6.0 on Linux | 22 Jun 2006 12:51 GMT | 2 |
I have installed the Mustang b88 JDK but cannot get the plugin to work with Firefox under Linux (FC5). Firefox knows the plugin is installed because about:plugins displays all the relevant information but applets simply display as a empty white squares. There are no error ...
|