| Thread | Last Post | Replies |
|
| java | 22 Jun 2007 11:21 GMT | 3 |
how to write a jdbc code that should store image object in the database
|
| advice on implementation | 22 Jun 2007 11:19 GMT | 2 |
I am working on a project that requires a java program running on a Linux box to operate in different environments using different jar files. Here is the flow: 1)java RMI app (call it jRMI) is running on linux box (started by
|
| Struts RequestAware and FreeMarker | 22 Jun 2007 09:17 GMT | 1 |
I started learning JSP / Java. At the moment I have a problem and could not find the solution on the internet, I hope someone can reply to my post with a sollution: My problem is that I'm not able to get Post or Get variables within a
|
| OR and AND without parenthesis | 22 Jun 2007 09:07 GMT | 4 |
Hello, I have a question. assuming, all letters below are either true or false. Are the following the same: 1. (A OR B) && (C) && (D OR E OR F OR G OR H)
|
| Eclipse project path containing a variable (linked resouces?) | 22 Jun 2007 07:45 GMT | 3 |
I need to create a project (java or general project) in Eclipse, which insists of existing sources. In the creation wizzard I can specify the path to these sources. However, I want to use a variable within this path, i.e. VAR_DIR\subdir.
|
| Log to file problem | 22 Jun 2007 04:33 GMT | 5 |
In a class we have a constant pointing out path to store a log file. public static final String LOG = "<path to log dir>"; The path is valid only in the context of the target environment and when we are testing that path is not valid. So when we run the test we get:
|
| Variable scope access question | 22 Jun 2007 02:04 GMT | 3 |
I am not sure my question is valid or not. It is the following: public class MyClass { public void doA() { int num = 10;
|
| Apache + Tomcat Problem | 21 Jun 2007 22:06 GMT | 4 |
I'm having a problem with my connection between Apache and Tomcat using mod_jk. I have it working right now with my VirtualHost in Apache... any time I get a request for /java-stuff at xy.some- domain.com I use JkMount to forward the request to Tomcat using
|
| Inheritance and member variables | 21 Jun 2007 15:59 GMT | 1 |
I wrote this piece of code: class A { public A() { someMeth();
|
| Struts 2 getRequestDispatcher forward to *.action | 21 Jun 2007 15:51 GMT | 2 |
I hope this is the right place to ask this question. I'm started learning JSP / Java and need some advice regarding an issue. I created a tutorial project which makes use of the following:
|
| Export HTML table inside JSP to Excel using Java | 21 Jun 2007 14:36 GMT | 2 |
When I generate this table inside this JSP page, it will offer a button for user to click if he/she decides to export the HTML table into an Excel sheet (which get displayed directly back in the browser), then user can save his/her this Excel spreadsheet into his/
|
| Blackberry Theme Question | 21 Jun 2007 12:38 GMT | 1 |
Would someone tell me if there is a way to "unpack" or otherwise view the contents of a .cod file? I would like to use the icons from an existing Blackberry theme as part of one of my own design, constructed with Plazmic's Themebuilder. I understand how the themes are packaged
|
| have to use different image types, depending on the OS. how? | 21 Jun 2007 12:23 GMT | 2 |
i load JPEG images into BufferedImage objects and draw them using Graphics2D.drawImage(...) to be able to use LookupOp (for gamma and brightness adjustments) i have to convert them to one of the following image types:
|
| ACC and JBOSS | 21 Jun 2007 10:23 GMT | 2 |
How can I deploy application client to ACC on JBOSS 4.2, obviously from command line. Thanks in advance
|
| Resultset alternative | 21 Jun 2007 09:55 GMT | 2 |
If I work with a ResultSet, I must leave open my statement because if I close the statement, automatically close also the relative ResultSet. What can I use if I don't want leave the statement open but I want work totally disconnect?
|