comp.lang.java.programmer
  Home FAQ Contact Sign in
comp.lang.java.programmer only
 
Advanced search
December 2008
motuwethfrsasuw
1234567 49
891011121314 50
15161718192021 51
22232425262728 52
293031     1
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
comp.lang.java.programmer Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Googiespell JSP Struts Action         


Author: Srini
Date: Dec 26, 2008 13:12

Does anybody have experience using Google spell checker "googiespell"
in JSP and Struts action environment? I am getting "Access is denied"
error when I tried using "http://orangoo.com/labs/GoogieSpell/"
directions.

So do we have to implement just sending the entire textarea
information to Action class and then give a http call from Action
class??

Any resources would be appreciate.

Thanks - Srini.
no comments
  What is difference between JUnit and Jameleon         


Author: Amit Jain
Date: Dec 26, 2008 07:25

Thanks in advance

Amit Jain
2 Comments
  Re: When is finally justified?         


Author: Christian
Date: Dec 26, 2008 02:44

pek schrieb:
> Correct. I could remove the finally though if I had a catch block
> right? For example, the previous code would be:
>
> Writer out = ...;
> try {
> ...
> out.close();
> }
> catch (Exception e) {
> out.close();
> }
>

imagine having a method

int writesth(OutputStream out) throws IOException {
Show full article (2.56Kb)
no comments
  Need to read shared directories on remote PC         


Author: google khan
Date: Dec 26, 2008 00:47

Hi,
i just want to read the shared directories on PCs those are in my
network. e.g. In windows anyone can set any directory/file as shared.
and anyone who can access that domain, can see which all directories
are shared by the user of that machine.
I want to access those shared directories using JAVA.
can any body tells me how to get the info about those shared
directories?

thanks in advance,
1 Comment
  CSV file         


Author: Praveen
Date: Dec 25, 2008 23:22

My requirement is very simple....
I have a properties file called 'A.properties' (assume) which contain
two column "Name" and "Value" as a pair and want to create CSV file
which will contain only Name->column as Row of CSV file.

could any one give me some idea or refer me any link as i could not
get from google.

Thanks.
2 Comments
  I want to join C++ gorup         


Author: amibora
Date: Dec 25, 2008 22:09

I couldn't find c++ group .Can you please send me link where i
register for c+ group?
1 Comment
  SEND FREE SMS TO ANYONE IN INDIA         


Author: apurvac
Date: Dec 25, 2008 20:05

http://www.youmint.com/network-apurvachitte
send FREE sms to anyone in India. this really works!!! I have saved a
lot of money by joining it. Go ahead now its your turn!! enjoy
sms'ing!!
no comments
  Wish you Merry Christmas and a Happy & Prosperous New Year         


Author: ilogic consulting
Date: Dec 25, 2008 14:19

Wish you Merry Christmas and a Happy & Prosperous New Year

Thank you very much for the greetings

Wish you Merry Christmas and a Happy & Prosperous New Year
Thanks for your support . All the best for 2009

With best regards,

Kevin

Technical Recruiter

kevin@ilogicnet.com

502-379-5014

ilogic consulting

www.ilogicnet.com
no comments
  Need freelance java trainers         


Author: BIG LEAP
Date: Dec 25, 2008 13:06

We are a training org. We need java trainers who have 5+ years of
industry experience and who are willing to take training as a part
time basis.

Please contact us at campustocorporate@gmail.com

Thanks
no comments
  Re: JSF - Add data to table         


Author: Arved Sandstrom
Date: Dec 25, 2008 11:21

On Sun, 21 Dec 2008 15:08:17 +0000, Steve wrote:
> Are there any JSF table components (e.g., RichFaces, etc.) that allow
> you to add a new row directly to the table without having an add button
> and a screen/subscreen to enter the additional data? For example, the
> RichFaces ScrollableDataTable and ScrollabledataTable provide some of
> the functionality but I'm not sure if they allow new rows to be added
> within the table. If possible, I'd prefer one that uses Ajax and has
> scroll bars and/or pagination.
>
> Thanks.
>
> Steve

Is your objection to having an Add button or having a separate page for
entering the new data, or both? Because if it's just about the separate
page, that's readily addressed.
Show full article (2.14Kb)
no comments
1 2 3 4 5 6 7 8 9