| Thread | Last Post | Replies |
|
| polymorphism between packages | 10 Jan 2006 05:04 GMT | 11 |
That subject line may be misleading, but you'll get the drift... Say we have model and view tiers/packages In the model tier we have some subclasses that no how to carry out there respective task()
|
| using javax.print api | 10 Jan 2006 04:02 GMT | 2 |
i am trying to get a .PS file from a html file. I have gone through the javax.print api.I also tested the example given for converting gif image to ps file. But i am unable to convert a html file or simple text file to PS file.
|
| welcome-file-list entry with query string/variables? (tomcat) | 10 Jan 2006 02:10 GMT | 3 |
I'd like to do something like this: <welcome-file-list> <welcome-file> today.html?sort_order=title
|
| Monstastic: the free website monitoring service that doesn't suck | 10 Jan 2006 01:25 GMT | 2 |
We are happy to announce this free website monitoring service: Montastic will alert you by email if your website goes down, so you know about it before your customers call you. It is built with Ajax and Ruby on Rails. Check it out, it is really
|
| applescript and java | 09 Jan 2006 23:28 GMT | 3 |
I want to call an applescript from Java. This works fine for some scripts. But the following script doesn't work: String script = "tell application \"System Events\" \n"
|
| why "synchronized" with wait/notify ? | 09 Jan 2006 22:31 GMT | 2 |
I know the language requires it and what exaclty happens with wait/notify. BUT it appears that the whole wait notify protocol should work just as well without acquiring a monitor lock on the target object...
|
| generics - overriding generically | 09 Jan 2006 22:22 GMT | 14 |
How do I achieve this? I want to call the subclasses do method with FooImpl but define it more generically in the superclass abstract class MyAbstract {
|
| An Interesting Observation | 09 Jan 2006 22:05 GMT | 2 |
Right from jdk1.2, I am observing that the the main documentation page for java \docs\index.html includes about 10 to 15 blank lines at the bottom. Do the documentation team copies and edits the same file each time and
|
| Click me if you can! | 09 Jan 2006 21:27 GMT | 13 |
I saw a Java applet several years ago that invited the user to click a button--which moved away smartly as soon as the mouse cursor hovered over the button. It was a hoot. I'd like to show the program
|
| What Not To Do | 09 Jan 2006 20:50 GMT | 3 |
I decided to update a little program I wrote for my personal use. It was very much a one-shot, quick and dirty. But in coming back to do a simple change -- move the data from internal to the program to external CSV files, the work took a lot
|
| Tool for generate CODE. | 09 Jan 2006 20:45 GMT | 2 |
I work with eclipse. I must generate java code in relation to some variables . I want create java class that reflect table in mysql data base with function of read,update,insert,delete. EMF can help me to do this? Reading documentation about EMF i have understood that from UML,
|
| "Unveiling" an image | 09 Jan 2006 20:37 GMT | 2 |
i want to make a game.There is an image and the user must answer some questions. Every time he answers correctly, a part of the image is unveiled. If he answers all the questions correctly, he will be able to see the whole image.How is it possible to uveil some parts of an image?
|
| How would you do this? | 09 Jan 2006 20:35 GMT | 1 |
This article describe a simple mobile game: http://www.javaworld.com/javaworld/jw-08-2004/jw-0809-j2me.html But how would you have implemented a simple game menu in this game. With a game menu I mean a canvas showing off some selections....
|
| jar and file.properties | 09 Jan 2006 19:47 GMT | 3 |
I have created my jar file. The main get some configuration value from a EIF.properties. This file is contained into jar archive, but when I run my application, I receive this error:
|
| Authenticating Against Users Defined In a Database - Tomcat | 09 Jan 2006 18:49 GMT | 1 |
Could someone point me in the right direction - I'm trying to authenticate users against a SQL Server database and found plenty of articles on how to create tables such as user-roles but I want to use the actual users defined in SQL Server, because the users are also
|