| Thread | Last Post | Replies |
|
| Why extend EventObject and EventListener | 29 Aug 2005 15:51 GMT | 3 |
Exactly what are the benefits of extending EventObject and EventListener for event delivery... Why not just use simple straight forward interfaces. Something like: public interface FruitBasketListener
|
| How to enter to .aspx page by http connection using http POST request | 29 Aug 2005 15:36 GMT | 7 |
I m facing dificulty with http "POST" request. i need to login to a website " https://www.orkut.com " it requires username and password. i dont know how to enter username and password so that i can access the
|
| EJB acting as a Web Service | 29 Aug 2005 14:39 GMT | 2 |
EJB 2.1 says that stateless EJB can be a Web Service too. Can anyone explain me how generated XML/SOAP stuff goes to client side from EJB container which, I thing has no HTTP based ports? Is EJB container using Web container for this?
|
| how to set cipher-suite in commons httpclient | 29 Aug 2005 13:26 GMT | 2 |
I'm trying to set a specific cipher suite with the commons httpclient, but I can't figure out how to do it. Does anyone have any idea? thanks!
|
| Generics and returning specific subclass from method | 29 Aug 2005 12:17 GMT | 2 |
I have an abstract class called say Base and two subclasses, say Sub1 and Sub2. Let me define a method in Super which I want to return a new instance of the superclass itself but I want to access this without having to cast. IE,
|
| Collecting Parameter Design Pattern? | 29 Aug 2005 11:55 GMT | 8 |
I am just reading Bruce Eckel's `Thinking in Pattern'. Before going into detail with singleton design pattern Eckel talks about simplifying idioms. He presents Messenger and - more general - Collecting Parameter but doesn't explicitely call them design pattern.
|
| how to cache the env and obj variables in JNI | 29 Aug 2005 07:58 GMT | 2 |
i have a native method, from where a call to java method has to me made. but my problem is, my java method ConnectionIndication does not make a call to my native method native_ConnectionIndication.
|
| java, how to request a random variable. | 29 Aug 2005 06:49 GMT | 4 |
How to reqeust a random variable(int or char are both fine ) in java? Thank you very much. Best regards,
|
| what is the ultimate difference? | 29 Aug 2005 03:48 GMT | 6 |
what is the difference between a webserver and an application server? As per my knowledge, A web server is a server which provides the implementation of HTTP protocol.
|
| Fullscreen Questions | 29 Aug 2005 02:00 GMT | 9 |
I have run a demo that goes into fullscreen mode, draws some lines and then reverts back to the former mode. I tried to modify the sample code to receive mouse clicks and keystrokes, so it would stop the drawing and revert back. The key events do not seem to be received at all, ...
|
| Tomcat context environment variables question | 28 Aug 2005 21:55 GMT | 4 |
Hi People, I have some classes that form the basis of my application that is deployed under Tomcat. Those classes use environment variables set in the application context and accessed via JNDI (InitialContext,
|
| Refering to parent component from anonymous class | 28 Aug 2005 21:48 GMT | 2 |
Many times in GUI programming we need to write action listeners with the help of an anonymous class. How to refer to the parent frame from these anonymous classes if we need a reference to it.
|
| launch applet with APPLET or PLUGIN | 28 Aug 2005 20:33 GMT | 43 |
not sure this is the right place for my problem ... In a web page I use an applet. If I launch the applet in a HTML file, like this: <APPLET CODE="myapplet.class" ...>
|
| applet problem | 28 Aug 2005 15:15 GMT | 2 |
Here is a test page http://www.maproom.org/maps/historical/droysens/1886/testj.html which uses a Java applet to take a .DjVu format file and display the image which it encodes. The page is simple html, you can view its
|
| [strus] tiles, menu static? | 28 Aug 2005 14:01 GMT | 1 |
I am building a struts application with tiles. The side is built as follows: menu,footer, head and contents. In my tiles def I have the following entries: <tiles-definitions>
|