| Thread | Last Post | Replies |
|
| How to Integrate Java Web Apps with MS Office ? | 01 Mar 2006 14:59 GMT | 2 |
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 scheduling | 01 Mar 2006 14:33 GMT | 2 |
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 pattern | 01 Mar 2006 13:22 GMT | 1 |
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.0 | 01 Mar 2006 13:19 GMT | 9 |
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 streams | 01 Mar 2006 12:41 GMT | 9 |
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 think | 01 Mar 2006 12:38 GMT | 2 |
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 multithreading | 01 Mar 2006 12:01 GMT | 4 |
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 GMT | 1 |
Are there any compilers for building programs in Eiffel, Smalltalk or C/C++ into JVM? I am curious about that. Thx!
|
| JNI with packages | 01 Mar 2006 08:59 GMT | 3 |
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 object | 01 Mar 2006 08:27 GMT | 1 |
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) tutorial | 01 Mar 2006 06:18 GMT | 5 |
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 server | 01 Mar 2006 05:36 GMT | 19 |
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 dir | 01 Mar 2006 04:06 GMT | 9 |
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 problem | 01 Mar 2006 00:36 GMT | 1 |
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
|