Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
comp . lang . java . developer
This is a Usenet group - learn more
Find or start a Google Group about developer.
Group info
Language: English
Group categories:
Computers > Programming
More group info »
Active older topics
3 new of 3 - Sep 11 2004
2 new of 2 - Sep 11 2004
2 new of 2 - Sep 11 2004
2 new of 2 - Sep 9 2004
1 new of 1 - Sep 9 2004
1 new of 1 - Sep 9 2004
1 new of 1 - Sep 7 2004
1 new of 1 - Sep 3 2004
1 new of 1 - Sep 2 2004
10 new of 10 - Sep 1 2004
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 2677  Older »

You cannot post messages because this group is only available as an archive.

Accessing http session objects from a java class 
  Hi all. I've got servlets running in a chain. This works fine if users access the servlets and JSPs. Now I'm trying to write a java class that can emulate the browser, so that the applications runs without user interaction. I got the connection to work with authentification and I can access the InputStream I get back, but I couldn't figure out how to access my... more »
By Roger  - Sep 16 2004 - 1 new of 1 message    

I want to run my own Java chat server on a web host 
  Hi, Does anyone have info on web hosts that let you run your own Java chat server on the host machine? I am volunteering for a mentor program for kids that has a website, chumz.net hosted on Yahoo. I found a free Java chat server and client program called Babylon ([link]) that... more »
By Laks Natarajan  - Sep 16 2004 - 2 new of 2 messages    

how i get all directory or file in determined drive? 
  This class contains recursive method which print all directory or files in determined directory Class print{ Print () { } Void printDirectoryOrFile(String path) { String a[]=new File(path).list(); For(int i=0;i<a.length;i++) { File b=new File(path+"\\"+a[i]); If (b.isDirectory()) { System.out.println(path+"\\"+a [i]);... more »
By smeer_alwosabi  - Sep 16 2004 - 1 new of 1 message    

Embeded Java DB with inverted indexing and searching capabilities for Java Beans 
  Hi, BeanIndex is an embeded Java DB with inverted indexing and searching capabilities for Java Beans. It is released under LGPL. BeanIndex is ideal for websites with large number of product item listings (tested with half a million items) and the product items have few searchable fields. Sites selling music files,stock photos and book would benefit the most... more »
By Sakthi  - Sep 15 2004 - 2 new of 2 messages    

How to avoid using <jsp:forward> standard action without using MVC framework? What good MVC framework outthere? 
  Hi, I have been using <jsp:forward> alot in my application for authentication to forward back to login page if the user didn't log in or to forward to a new or parent page after hitting Submit button on a current page. I read somewhere that we should not use <jsp:forward> standard action in JSP since it makes page behavior hard to comprehend. Forwarding... more »
By Tung Chau  - Sep 14 2004 - 2 new of 2 messages    

Reuse the HTML form in add_account.jsp and edit_account.jsp 
  Hi, add_account.jsp will collect all user's input to create an account and add it into a database. edit_account.jsp will edit a current account. They both share the same HTML form. The only difference is that all the boxes for input in add_account.jsp is supposed to be blank while they are supposed to display current information of the current user... more »
By Tung Chau  - Sep 14 2004 - 1 new of 1 message    

User authentication 
  Hi, I am using session variable for checking user validity among the pages. That is, After logging in, I am getting the user's name from the session. If the name value is empty or null, I am redirecting the page to login page. Is there any other way to check the user validity? Can anybody help me in this issue?... more »
By Tung Chau  - Sep 14 2004 - 2 new of 2 messages    

Ownership sale of java site www.thejmaker.com 
  The Java site: [link] is seeking potential buyers / developers to take over the site as well as all source codes. Interested parties may contact them through the site.
By Fred Nickelson  - Sep 14 2004 - 1 new of 1 message    

Automated Basic Authenication with an Applet for the Browser ? 
  I like to automate web access to secure pages and proxies, which are proteced with a Basic Authenication scheme. The Basic Authentication within an Applet works really well, I get all the information I need when I attach the Authorization: Basic base64encodeUID_PW to the request Header. or if I use the Authenticator Class of the JDK1.5.... more »
By Francois Belfort  - Sep 14 2004 - 1 new of 1 message    

== vs equals 
  In some open source I've looked at recently the author always used the equals method rather than the equals operator. For objects defined from user-defined classes is there some reason why the method is preferred? Ken
By Ken K  - Sep 13 2004 - 2 new of 2 messages    

1 - 10 of 2677   « Newer | Older »

XML