| Thread | Last Post | Replies |
|
| Struts - Is there a way to.. | 09 Mar 2005 21:56 GMT | 2 |
In my JSP, I am trying to write something like <html:submit style='<bean:message key="submit.style"/>' /> This is not doing what I want. Is there any way in which I can put a locale specific style attribute in it?
|
| jfc: adding tab | 09 Mar 2005 21:52 GMT | 2 |
I want to load a properties file. I have a class, which returns a hashtable with all the value. Then in my gui I have loadActionPerformed-method private void loadActionPerformed(java.awt.event.ActionEvent evt) {
|
| listing of all classes in a package/directory -- J2EE | 09 Mar 2005 21:14 GMT | 1 |
I have what seems to me to be a simple question -- but everything I've tried hasn't worked. What I would like to do is the following: In a J2EE (Websphere) app I am building a framework where I need to
|
| newbie-question: make executable jar from eclipse-project | 09 Mar 2005 20:44 GMT | 5 |
How do I get an executable jar out of an eclipse-project? I've read it should be possible using an Ant-script. Is there any other possibility? What's this Ant-Thing about and does anyone know a good introduction into this subject?
|
| How 2 get single JDOM doc of XML schema that also includes external schemas | 09 Mar 2005 19:19 GMT | 3 |
We have several XML schemas to describe common component document parts. We then create new XML schemas as necessary that use "xsd:import schemaLocation=whateverLocation.." to include the common type definitions from 1 or more of the component XML schemas rather than
|
| Date is null | 09 Mar 2005 18:40 GMT | 1 |
I retrieve data from a table -sqlserver, into a bean and write data back into oracle9i. There is a field type java.sql.Date in the bean that can be null. If this field is not null then I can write it into my oracle table but if it is null then I have to write it as null but this ...
|
| Overloading question | 09 Mar 2005 17:08 GMT | 41 |
I have the following situation: public class ClassOvr { public void Pr(int i){ System.out.println("(int i)");
|
| Web application design patterns? | 09 Mar 2005 16:46 GMT | 4 |
I manage a small IT group in my company. I started as a developer and I still do some development work, so it seems like I'm a good candadite for this job. Strangely enough, I feel like I'd have an easier time if I wasn't, because a lot of the time I'm looking at my peoples' work
|
| how to send password to Cygwin command? | 09 Mar 2005 16:09 GMT | 1 |
All, I'm trying to write a java program to execute some cygwin rsync calls using Runtime.getRuntime().exec etc. How do I send a password to the process that I'm running? Sending via the usual streams doesn't seem
|
| Work Flow Engine | 09 Mar 2005 15:29 GMT | 1 |
Does anyone have experience with work flow engine? My project needs a work flow engine, but not sure if I should write my own or try to get one off the net. cheers.
|
| Frame refresh | 09 Mar 2005 15:13 GMT | 2 |
I have a frame that I created, with a few buttons, a label and a text field. I start with the buttons invisible, then, based on a correct text input, I make them visible. Problem is that I have to manually resize the frame a little with the cursor to make the buttons pop into ...
|
| Hibernate Config / war | 09 Mar 2005 15:02 GMT | 4 |
Currently, I have Hibernate working in an exploded directory. I am having a problem setting up Hibernate's configuration when it is wrapped up in a war file. The problem, I believe, is somewhere in setting up the Configuration object. Can you send me or post some code
|
| problems with sessions and servlets | 09 Mar 2005 14:08 GMT | 3 |
I'm having a rather perplexing issue that I hope you'll be able to help me out with. I have an application comprised of a number of servlets that are meant to be accessed by wireless devices. The issue I'm having goes as such:
|
| Ejb lookup returns SampleBeanHome | 09 Mar 2005 14:01 GMT | 1 |
this topic is not new and still i was not able to find any definite answer to it. In my eclipse debugger, I can see that the lookup for the ejb named "SampleBean" is returning "SampleBeanHome" object. On narrowing this, I
|
| string searching program. | 09 Mar 2005 12:40 GMT | 2 |
i am trying to write a program in java that searches a directory of files for a string. i need to able to rank the documents in order of relevance. at the moment i have managed to implement a program that can search a file for a string. it will then print the line of occurrence, i ...
|