| Thread | Last Post | Replies |
|
| pl. anyone can provide ans for the following code | 26 Jan 2006 21:55 GMT | 13 |
pl. look at the code first public class Experiment { static
|
| Creating a Constructor in BCEL | 26 Jan 2006 21:53 GMT | 5 |
I'm trying to write a class using BCEL from scratch and get error Exception in thread "main" java.lang.InstantiationException: org.apache.bcel.generic.ClassGen at java.lang.Class.newInstance0(Unknown Source)
|
| Simple jsp navigation bar | 26 Jan 2006 19:35 GMT | 1 |
I want to create the jsp equivalent of the following bash snippet... CURRENT=b for i in a b c d do
|
| How to write a deserializer? | 26 Jan 2006 19:22 GMT | 6 |
I wrote a serializer/deserializer only to realize that you can't create a new object that doesn't have a noArg constructor or populate final slots.
|
| String Manipulation | 26 Jan 2006 17:37 GMT | 26 |
ivebeen pulling my hair our on this for a while now. I receive a string called data body. it comes like the code below. however when i display it on an html page. the spacign is gone.
|
| java.awt.geom.Area questions | 26 Jan 2006 17:26 GMT | 1 |
I'm doing a subtract between 2 areas. The result is perfect. But when I iterate the path of the area each point where a clipping (intersection of the 2 areas) has been done are doubled !
|
| Hashtable | 26 Jan 2006 17:22 GMT | 30 |
Im currently im in a bit of a corner. I am able to put data in a hashtable, but now im in a muddle getting the data out. How do i change the below method to retrive the data without using the string?
|
| Using multiple trust stores for https | 26 Jan 2006 14:35 GMT | 3 |
Hi folks - long time no post. I'm back in Java-land at the moment, and trying to sort out an SSL problem. I need to open an https connection using a specific trust store, but I *don't* want to use the system property of
|
| JMS compliant app servers | 26 Jan 2006 14:27 GMT | 1 |
Which application server come with built in JMS compliant product?
|
| https server | 26 Jan 2006 12:37 GMT | 10 |
I like to secure a webapplication with https (SSL). Has anyone experience with writing a Https server in Java? Or a good tutorial? Now everything is written in a servlet.
|
| File Locking | 26 Jan 2006 10:54 GMT | 2 |
I'm currently developing a "quick and dirty" logger component that will take HTTP requests and store them in some way. Use of a database may be out of the question for the time being, so I'm looking for other places to store the data. The obvious idea is in a XML/text file on my ...
|
| Problem with Filters in web application | 26 Jan 2006 09:58 GMT | 6 |
I have a problem using a filter in my web application. The filter is supposed to be run each time a page in the secured/ directory is called (this works). It checks whether a specific object is present in session scope and if not it should redirect the user to the login page. Thís
|
| Kinda embarissing question...but.. | 26 Jan 2006 05:44 GMT | 11 |
For some weird reason, the font won't change. Normaly i wouldn't post something as easy as this but i can't figure it out. <p class="textsmallbold"></p> <p style="font-family:ariel;">
|
| How to determe JRE build using Java? | 26 Jan 2006 05:04 GMT | 9 |
Is there a way to determine the Java build from within Java? I can do so from the Windows command line using: java -version For the latest Sun JRE build I get:
|
| How to know the type of an object Inside a function? | 25 Jan 2006 23:10 GMT | 5 |
Suppose there is a finction as below where I am passing an Object. How can I know (Inside the Function) what is the type of the Object passed.. I mean if its an int or vector or arraylist... function testfn(Object obj)
|