| Thread | Last Post | Replies |
|
| JSP vs. Servlets | 09 Feb 2007 19:35 GMT | 3 |
What are the pros and cons of using servlets instead of JSPs? As I understand from my sparse reading of the topic so far, they're both means of programming against the HTTP application model (i.e, request, session, response, HTTP Runtime etc.).
|
| Any known incompatabilities with InetAddress and BIND 9?... | 09 Feb 2007 19:16 GMT | 2 |
Are there any known incompatibilities with InetAddres and BIND 9? We're regression testing an app in Solaris 10 which uses BIND 9. The app performs a simple DNS check by calling: InetAddress ia = InetAddress.getByName( hostname );
|
| plz | 09 Feb 2007 19:08 GMT | 5 |
anybody plz tell me the definition of "this" and "super" keyword used in java also what is function of "<jsp:plugin>"
|
| How to get device independence with Struts ? | 09 Feb 2007 17:37 GMT | 1 |
Is it possible to get device independence with Struts ? That is be able to customize responses based on the requesting device- specific capabilities and markup standards? If so, how does one do that.
|
| questions on J2EE | 09 Feb 2007 16:36 GMT | 2 |
Hi Friends, I have few questions please let me know the answers. that would be very helpful to me. 1). If i create 10 different request from 10 browser windows for the
|
| Newbie query regarding Java | 09 Feb 2007 16:22 GMT | 6 |
I have the following query :- If I define the main method as a Private , then run the demo program the program obviously doesnt run ,we have a runtime error .What exactly is the reason behind it .
|
| Character.isDigit malfunction | 09 Feb 2007 14:36 GMT | 9 |
The following code works as expected and breaks when a non-digit is found in the string test //string test set somewhere in the code for(int i=0; i < test.length(); i++) {
|
| xxx | 09 Feb 2007 14:19 GMT | 1 |
http://www.freeanything4you.com/
|
| Certificate extraction from MS Store | 09 Feb 2007 13:34 GMT | 1 |
i m working on one task in which i have to create one swing applicaion to display all certificate in microsoft certificate store. i hav jdk1.5. so plz help me to sort it out this problem.
|
| having problem with RequestDispatcher | 09 Feb 2007 07:13 GMT | 2 |
i am currently working with java-based blogging engine. it's presentation layer is based on struts framework. to make urls look tidy (www.myblog.com/entry/Test-Entry) i've been trying to use RequestDispatcher object to forward the
|
| What application server to use? | 09 Feb 2007 03:04 GMT | 5 |
I want to start learning to develop EJBs and I need to install an application server to deploy my EJBs in... I have to decide between Geronimo and JBoss. I would appreciate any suggestions regarding which is better, which is easier to install and use and so on ... I have no
|
| JBuilder based on Eclipse is finally available | 09 Feb 2007 03:02 GMT | 4 |
http://www.codegear.com/Products/JBuilder/tabid/102/Default.aspx -RFH
|
| Java access speed (database or arrays) | 09 Feb 2007 02:56 GMT | 6 |
Quick question... well, at least it's short... Is it quicker to constantly query the database for information, or to query the database once, store the information into an array, and that array into a session variable to be used through different pieces of
|
| GridBagLayout and its pitfals | 09 Feb 2007 02:41 GMT | 2 |
This is a repost of the original post with Subject: Nested GridBagLayout and its pitfals. I decided that the subject would be easier to find if the first word was GridBagLayout.
|
| java.sql.Date truncated when written to DB. How to obtain full date? | 09 Feb 2007 01:21 GMT | 3 |
I'm trying to write a java.sql.Date to a database and the minutes/ seconds etc. are not being written. I've seen and tested many examples found via searches and still have come up with nothing. Here's what I have:
|