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 / March 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
How to Integrate Java Web Apps with MS Office ?01 Mar 2006 14:59 GMT2
We want to develope Java Web Applications (JSF) that will integrate
with Microsoft Word (MS Office), i.e :
- clicking one button from JSF will invoke MS Word (provided MS Word is
installed on that client machine)
Round Robin scheduling01 Mar 2006 14:33 GMT2
I need some more information about the RR scheduling algorithm.
If I have a bunch of processes that will take some cpu time and IO
time.
RR defines a certain timeslice (say 10 ms). (which is used for cpu
From NumberFormat to string pattern01 Mar 2006 13:22 GMT1
it is possible to do:
    String pattern = ...;
    DecimalFormat df = new DecimalFormat(pattern);
but is it possible to do the opposite like in:
make drawString render fonts identically to PhotoShop 7.001 Mar 2006 13:19 GMT9
 I've noticed that there are differences, pixel for pixel, when
rendering characters in the same Font with Java and with Photoshop.
Most characters match pixel for pixel, but a significant percentage do
not.  The percentage varies with font choice.  I've been googling to
Double streams01 Mar 2006 12:41 GMT9
Having an issue with double streams... for a lack of a better name. :)
I have the following two streams:
 - FooInputStream, fis, extending InputStream
 - FooOutputStream, fos, extending OutputStream
Deadlock... i think01 Mar 2006 12:38 GMT2
I apologize in advance for the length of the note, and the source code
included.
I posted earlier under the title "Double streams", where i wanted to
use an RMI object as a sort of proxy for two clients to exchange data
udp multithreading01 Mar 2006 12:01 GMT4
I want to send monitoring messages using udp protocol.
I have to monitor many systems in the same moment, so I have to send
monitoring messages in the same moment. but I have a problem:
The udp receiver, receives the messages of the last system selected to
Compilers migrate other languages to JVM?01 Mar 2006 11:33 GMT1
Are there any compilers for building programs in Eiffel, Smalltalk or
C/C++ into JVM? I am curious about that. Thx!
JNI with packages01 Mar 2006 08:59 GMT3
I have a java program using JNI that works fine when in the default
(none) package.
If I have a directory called test:
The java code sits in this dir and I compile it from here.
java browser object01 Mar 2006 08:27 GMT1
I am trying to login to a webpage in a background process and perform
some actions within the session created from the login.Is there a java
object that can behave like a browser inorder to achieve this ?
[Slightly OT]: App-server (JBoss) tutorial01 Mar 2006 06:18 GMT5
Can anyone reccomend a really hand-helding tutorial for
getting started with JBoss development?
Like "Look here kid... You create a file named index.jsp, fill
it with this code... See that strange tag? that calls an enterprise
Transmitting strings via tcp from a windows c++  client to a Java server01 Mar 2006 05:36 GMT19
We have a C++ client which runs on Windows and that needs to transmit
char* / wchar* strings to and from a Java server.
The client should correctly handle both 'standard' languages & east
Asian
Servlet error reading properties file in same dir01 Mar 2006 04:06 GMT9
I have a servlet which uses  public void service() wherein I attempt to load
a properties file, located in the same directory as my servlet.class file
being executed (WEB-INF/classes).
public void init(ServletConfig config) throws ServletException {
JSP problem01 Mar 2006 00:36 GMT1
Hi everyone . I have something like the following line in my jsp page.
<c:if test="${object.class.name == 'ObjectClassName'}">
Now i want to change the test so that it verifies that
object.class.name starts with the string 'ObjectClassName'. In other
 
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.