Hi folks, I need a help regarding setting Printer options thro' javascript or stylesheets. Want to know, how to go about setting Landscape orientation as the...
Kiruthiga
kiruthigav@...
Oct 1, 2006 5:25 pm
27649
hi sunil, i think you might be interested in this open source project, http://sourceforge.net/projects/j-ftp regards, dipesh...
OK, Thanks - so that is what I thought the steps were but I ma not sure how to add it back to the .war file. Dan _____ From: Java_Official@yahoogroups.com...
Place the file by itself in a path (ex.: C:\classes\pkgA\pkgB for package pkgA.pkgB). At the command prompt, run these commands: C: cd \classes jar uvf...
Hi, I want to improve the memory and timing performance of my multi threaded application. What is the suggested way to find out the portions of the code that...
I use JavaScript on my site for data validation. If a user turns off JavaScript data verification is also turned off. I use the <noscript></noscript> in the...
Hi.... i need make a query and show this in a jTable object. i have a resultSet with the result of this query, but how can i put this in a jTable object? ...
Thiago Koguta
koguta.java@...
Oct 2, 2006 7:19 pm
27656
HI, U CAN REFER THE BOOK " COMPLETE REFERENCE J2ME ". ITS A NICE BOOK FOR STARTER. U CAN ALSO CHECK SUN'S SITE FOR MORE HELP. ANY MORE HELP, FEEL FREE TO...
Hi there is a problem regarding file making. i want to create a file using JAVA code with property 'hidden' or 'hide' in java there is method to make file...
Try this example to understand: ///////////////////////////////////////////////////////////////////// // ResultSetTableModel.java // A TableModel that supplies...
Hi, Does anyone know,how do we configure jboss in eclipse?. if it is tomcat,we need to use sysdeo plugin. Plz tell me?. Thank You rajan Thiago Koguta...
... my friend, interfaces can not implement each other but extend each other ... as an example, interface x { public void doX(); } interface y extends x { ...
I think we can use session.setTime(milliseconds); But i am not sure sanjeev kumar <sanjeev_sns@...> wrote: Hi Group, I am build a project in jsp and i...
... this in ... Hi, how are you ??? as u know, the JTable class has more than one constructor, one of them which i worked with was a constructor that takes a...
Hi all, I'm collecting information on which modem works with JTAPI (any implementation). If you guys have done some testing and it works, can you please post...
Hi Group, we are currently using Tomcat server. Is it advisable to use tomcat server for more number of applications and more number of users or JBoss is a...
Hi all java gurus.. i want to know... what exactly is struts...?? as per my best knowledge its a frame work for developing codes in Servlets and JSP!!!! is...
hi ion struts 1.0 only the action forms will be used but in the 1.2 DaynaActuion forms will be used. ... [Non-text portions of this message have been removed]...
Hello, I am using Oracle 8 Enterprise Edition with Developer 2000. After instalation of Oracle, Listener is not automaticly start. please help me that how I am...
Hi, I have tried your program and its running fine at my end. When i clicks on exit the application closes fine. Regards, sandy ... === message truncated === ...
How come an interface implements. Interface cannot implement another interface. but we have the provision that an interface can extend another interface public...
Yes. An interface can extend another interface. public interface myIntA { public void a (); } public interface myIntB extends myIntA { public void b (); } ...
hi, can anybody tell what does AccessBean do in websphere wizard ? can anybody provide me a resource about how accessbean are used in CMP creation ?...
hello everybody, i m doing project in jsp . and i need to use mailing application as one of the modules of my project. pls suggest me something it is very very...