Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / January 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
newbie question06 Jan 2007 08:32 GMT2
I am new to the language and have the following code:
public static void main(String[] args)
   {
System.out.println("Running RTSS_STD");
the right way to do rich clients06 Jan 2007 04:53 GMT7
For years my basic architecture has been a Swing Applet for the client,
an application on the server, rmi to connect the two, and straight jdbc
for persistence (recently changed to Hibernate) at the server side.
POJOs all the way.
Parentheses issue06 Jan 2007 04:02 GMT8
Can somebody explain in English why the cast of obj to
AccountBalance works here?
if(obj instanceof AccountBalance &&
  ((AccountBalance)obj).getBalance() == this.balance) {
java06 Jan 2007 03:19 GMT15
'oak' is renamed by java why?
Javadoc quirks -- linking to anchor within package summary?06 Jan 2007 03:09 GMT9
It seems to be possible to a) include package-summary javadocs using
Eclipse (in package view, right click, "new file", "package.html"; it
will open a blank page in your browser, so you have to return to eclipse
and drag the "package.html" entry to the document editing area then
All types of Programming related issues.06 Jan 2007 02:33 GMT19
http://www.coderbuzz.com
Learning Java06 Jan 2007 01:53 GMT2
Are you a good Java programmer? Test your skills in Javala Online
learning environment with a game-like approach and reach the #1
position on Top 100-list of best Java programmers on this list:
http://javala.cs.tut.fi/en/top10.do
JSP VS PHP06 Jan 2007 01:51 GMT4
Hello guys, I want to know if Jsp works like php (Hope everyone know
about php).
Why people say JSP is more secure than PHP? because I think php works
at the server side.
Help Needed.. URGENT06 Jan 2007 00:18 GMT12
I am new to this block, I am intrested to build my career in Java.
Rigth now i have an theoritical knowledege of Core Java but fail to
implement in practical part. I need an help from you all, how can I
improve my practical implementation.
Best practice for managing jsp segments?06 Jan 2007 00:08 GMT3
I hope this is the right newsgroup; it was the best I could find. If there
is a better one please direct me. Thanks.
OK, I'd like to know if there is a 'best practice' for managing the
following scenario:
"Unsatisfied Link" exception when trying to use JNI05 Jan 2007 21:45 GMT8
I have the following Java class:
package no.gaiasoft.fotoboks;
public class Capture {
 // native method declaration
Java Class Remote Web Server05 Jan 2007 21:40 GMT2
I'm trying to implement a chat room on a remote Web Server. I'm using
PHP scripts on a Linux system and I'm trying to access a Java based
chat room on an IIS Server on a remote system. I'm trying to call a
class on the remote machine to setup the chat applet and pass it the
Securing Tomcat05 Jan 2007 18:52 GMT3
I've recently brought up an Apache Tomcat server for my network.  I was
curious how I can lock down directory viewing for apps ran on it.
Currently i go to my app via http://domain.com/app/app.jsp If I go to
the folder http://domain.com/app/  it lists the contents of the
Bitwise operations on a byte array05 Jan 2007 17:51 GMT6
I'd like to do something like this:
byte [] array0 = ...
byte [] array1 = ...
array0 |= array1;
Java security question in server environment05 Jan 2007 14:41 GMT1
I'm running a Java server using Sun's JRE using the following command:
javaw.exe -jar c:\PHP\ext/JavaBridge.jar INET_LOCAL:9384
I'm doing it this way instead of invoking Java from each apache instance
because I don't want to run multiple Java processes and have the resource
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.