Since 4/14/2012 6:18:50 AM, bitbucket44 has written 3 articles and participated in 1431 conversations. bitbucket44 signature: bitbucket44
bitbucket44's articles:
Items(3) /1
Java/C/Assembler832 (6/22/2004 5:18:53 AM) comp.lang.java.programmer "Mike" wrote in message > I guess it's a matter of perspective. I've also seen that the differences > are more than a few percent. We did a test one time. The same project - > requirements, interface, databa... Sudsy
OT: Linux fans tagged with new label140 (1/7/2004 5:19:05 AM) comp.lang.java.programmer I almost fell off my chair laughing when I read this new term: Penguinistas. Check it out on CNET at the following URL: Apologies in advance, but you have to have to marvel at the imagination of the person who... Sudsy
Eclipse/JBoss IDE experience039 (11/12/2003 5:34:07 PM) comp.lang.java.programmer So I finally got around to installing JBoss and the JBoss IDE component for integration with Eclipse. Things were going swimmingly as I worked through the tutorial. Command completion was nice but the best part... Sudsy
(cast) iteration not working???1229 (1/12/2005 10:13:36 PM) comp.lang.java.programmer public class Random { public static void main(String[] args) { double i = Math.random() * 100; int j = 0; while ((int) i == 90) { i = Math.random() * 100; j+... radith(19)
jsp read file where is the current directory343 (1/13/2005 4:51:42 AM) comp.lang.java.programmer I am writing a jsp tag and inside the tag I read a file located on the server. The jsp and the file are in the same directory. But the server complains that the file can not be found. Here is my directory tom... quickcur(113)
Question on Vector class642 (1/13/2005 4:58:13 PM) comp.lang.java.programmer Hi everyone, I have a question on the Java Vector class. According to the docs, void setSize(int newSize) Sets the size of this vector. int size() Returns the number of components in this vector. My questi... kodavasal(5)
How many threads is too many?1235 (1/13/2005 5:45:15 PM) comp.lang.java.programmer Hello, I have written in Java using Eclipse, a turn-based game server. I accept client connections from an applet and add players to games and they play cards (poker). Wow, sounds great you must be thinking.... neil.collier(10)
nested beans in struts?735 (1/13/2005 6:17:01 PM) comp.lang.java.programmer Hi all, I am having some difficulty accessing nested beans inside an ActionForm with Struts (latest version). I have a User object inside the form, and in the JSP page, I am trying to call some properties on ... danuvian(8)
Embedded Quotes437 (1/15/2005 1:33:03 AM) comp.lang.java.programmer I want to run a command in my java program that must contain embedded quotes. How can I do that? My command is: pdls -c destination -r "destination-realization associated-queue" ... jerryc314(31)
sessionBean vs EntityBean431 (1/15/2005 1:35:20 AM) comp.lang.java.programmer I'm a first time java programmer and I'm going to program a webbased application. I see everywhere the standard example of Enterprise Beans, shoppingCart is a sessionBean, and userAccount is an EntityBean. But ... schemer(10)
info@quest.com337 (1/15/2005 4:50:29 PM) comp.lang.java.programmer Hi, I'm Tom Dyess and I own the OraclePower.com website. I am interested in hosting advertisement banners for Quest. Would you give me a contact in your company to talk to in regards to this? Thanks, To... tdyess(122)
Executable JAR #21631 (1/16/2005 9:37:02 AM) comp.lang.java.programmer Hi How does one create a java executable JAR file? any reference that shows how you can do it would be appreciated. Cheers Michael ... Sharp2363(68)
GridBagLayout question #21461 (3/27/2005 7:38:21 PM) comp.lang.java.programmer Hi newsgroup folks, can everybody alter the applet code below that the buttons and labels will not appear in the middle but at the beginning? Can`t do the task with GridBagLayout... Thanks in advance, Daniel ... daniel_tahin(10)