| Thread | Last Post | Replies |
|
| Statefulstate Machine | 15 Jun 2006 20:23 GMT | 2 |
Can anyone help me creating a Stateful statemachine? How can Stateful statemachine maintain its state in terms of Web Application ? Anybody please help me do this. Thanks in advance
|
| ant question | 15 Jun 2006 19:38 GMT | 3 |
In ant build.xml file , is there a way that I may just give one java file name, all its depends java files are also excluded from being built ? If possible, could you give an example to do it. ?
|
| How to lock 3 JSliders together | 15 Jun 2006 17:47 GMT | 1 |
I have 3 JSliders and I want the option of locking their movement together. I use a checkbox labeled "Lock Sliders" to determine whether the sliders should be locked or not.
|
| Declaring an object as null | 15 Jun 2006 17:16 GMT | 3 |
I have been told that when creating an object as a local variable, it is better to declare the object as null, and then instantiate it. Example: MyClass object = null;
|
| Jasper Vs IText | 15 Jun 2006 16:10 GMT | 1 |
We have a data base(Oracle XE) backed web application(Apache Tomcat JSP) through which we would like to generate reports containing simple tables with page headers table headers footers, text etc. The reports should be generated in an editable format such as xls, doc, csv
|
| I am trying to learn to program Java after a layoff | 15 Jun 2006 16:04 GMT | 3 |
I am kind of rusty so what I have been doing is a simple program where I try to put a label on an applet and a button that changes the text of the label. I am using Sun Java Studio Creater but I am a tad confused because I have not done a lot of Java in a while. Can someone give me
|
| Run a Servlet Without a Submit Button | 15 Jun 2006 15:23 GMT | 9 |
I am new to Java and am trying to figure out how to run a servlet without the need for a user to click a submit button. I have a web service that converts a file to PDF and then a servlet that displays the PDF file in the browser. Here is the code I have in the JSP:
|
| ArrayList questions | 15 Jun 2006 14:48 GMT | 7 |
I'm reading a book called "Head First Java," and there is an exercise in the book (p. 576) which asks if some code will compile, and there appears to be some errors in the given answers, because my compiler (Eclipse) doesn't agree with the book's answers (The answers assume a
|
| "Service provider" pattern | 15 Jun 2006 14:20 GMT | 5 |
Most Java programmers are familiar with what I have called the "service provider" in Java (if there is a better, more widespread name - please tell me). In the pattern we want to discover an implementation of an interface at runtime without caring where the implementation comes
|
| shutdownNow() ExecutorService method | 15 Jun 2006 13:40 GMT | 2 |
The Sun documentation says that shutdownNow() is only a "best-effort" attempt to end all processing tasks. Is it reasonable to assume that the Java implementation will attempt to end the tasks with either Thread.interrupt() (and code appropriately for that possibility) or
|
| Convert byte[] to file | 15 Jun 2006 13:06 GMT | 1 |
hai, i am storing byte[] object in DB as BLOB through EntityBeans(CMP). Here i am using session as Facade. my problem is how i get the result from database. i want to write that data as a XML file.
|
| how to get 8.3 format filename from long filename | 15 Jun 2006 11:39 GMT | 1 |
i've seen a few posts to this problem but didn't find a solution. i want to open a document. it works fine if the path ist 8.3 format compatible. however, the example below does not work.
|
| 2D - bivariate random number generatin | 15 Jun 2006 11:20 GMT | 10 |
Hi All, I have created the following class to uniformly generate numbers according to a zipf distribution. How can I extend this program so that I can generate two data points with the requirement that the first data point is correlated with the first? ie. the secondpoint will
|
| Again with JAXB (better.. AGAINST it :D :D) | 15 Jun 2006 10:41 GMT | 2 |
Ok, I start here a new post, because I ran into some more complex problems :(. I got an XML schema, binded via xjc.sh: <?xml version="1.0" encoding="utf-8" ?>
|
| Java 5 doesn't work in WSAD v5.12 ? | 15 Jun 2006 03:54 GMT | 1 |
Windows->Preferences->Java->Installed JREs that point to Java 5 directory, but some Java 5 syntax such as for-each loop (e.g. for (String extension : extensions) ) still shows red marks with syntax error. I checked Windows->Preferences->Java->Compiler->Compliance and
|