Click here to Skip to main content
15,897,371 members
Home / Discussions / Java
   

Java

 
GeneralRe: jni and using Data Structures Pin
jschell27-Apr-11 12:08
jschell27-Apr-11 12:08 
GeneralRe: jni and using Data Structures Pin
Richard MacCutchan27-Apr-11 12:15
mveRichard MacCutchan27-Apr-11 12:15 
GeneralRe: jni and using Data Structures Pin
jschell28-Apr-11 8:10
jschell28-Apr-11 8:10 
GeneralRe: jni and using Data Structures Pin
Richard MacCutchan28-Apr-11 1:30
mveRichard MacCutchan28-Apr-11 1:30 
AnswerRe: jni and using Data Structures Pin
jschell27-Apr-11 12:10
jschell27-Apr-11 12:10 
GeneralRe: jni and using Data Structures Pin
harzemli27-Apr-11 20:58
harzemli27-Apr-11 20:58 
GeneralRe: jni and using Data Structures Pin
jschell28-Apr-11 8:12
jschell28-Apr-11 8:12 
QuestionLittle Problem Pin
loveangel88826-Apr-11 23:21
loveangel88826-Apr-11 23:21 
Simple scenario: User goes to a web page, click a button, download the selected files.

Problem: the problem is the files are all separate, I would like to zip them all up and let the user just press one button to save. the zip it self is simple, yet my files are excel generated by the jsp with html code
response.setHeader("Content-Disposition", "attachment; filename=\"blah blah.xls\"");
            out.println(<html>blah blah blah</html>);

So since it is generated all dynamically. Is there even a way to zip them up before they are downloaded.
Or even generate excel on the server using these html way?
AnswerRe: Little Problem Pin
TorstenH.27-Apr-11 3:11
TorstenH.27-Apr-11 3:11 
GeneralRe: Little Problem Pin
loveangel88827-Apr-11 15:44
loveangel88827-Apr-11 15:44 
GeneralRe: Little Problem Pin
TorstenH.27-Apr-11 19:39
TorstenH.27-Apr-11 19:39 
AnswerRe: Little Problem Pin
all_in_flames8-Jun-11 8:17
professionalall_in_flames8-Jun-11 8:17 
QuestionAdding command line arguments to batch file produced from Ant build script Pin
faheemnadeem25-Apr-11 11:47
faheemnadeem25-Apr-11 11:47 
AnswerRe: Adding command line arguments to batch file produced from Ant build script Pin
Tarakeshwar Reddy25-Apr-11 12:23
professionalTarakeshwar Reddy25-Apr-11 12:23 
Questionplease help me Pin
Mohammed Kherfan24-Apr-11 8:09
Mohammed Kherfan24-Apr-11 8:09 
AnswerRe: please help me Pin
_Erik_25-Apr-11 3:16
_Erik_25-Apr-11 3:16 
AnswerRe: please help me Pin
Richard MacCutchan25-Apr-11 5:04
mveRichard MacCutchan25-Apr-11 5:04 
GeneralRe: please help me Pin
scottgp25-Apr-11 8:31
professionalscottgp25-Apr-11 8:31 
GeneralRe: please help me Pin
Richard MacCutchan25-Apr-11 21:43
mveRichard MacCutchan25-Apr-11 21:43 
AnswerRe: please help me Pin
TorstenH.25-Apr-11 12:01
TorstenH.25-Apr-11 12:01 
QuestionWhat is the problem accessing "C" drive using a code (using import.io.*; )? Pin
CoderForEver23-Apr-11 20:36
CoderForEver23-Apr-11 20:36 
AnswerRe: What is the problem accessing "C" drive using a code (using import.io.*; )? Pin
jschell25-Apr-11 8:21
jschell25-Apr-11 8:21 
GeneralRe: What is the problem accessing "C" drive using a code (using import.io.*; )? Pin
CoderForEver25-Apr-11 12:07
CoderForEver25-Apr-11 12:07 
GeneralRe: What is the problem accessing "C" drive using a code (using import.io.*; )? Pin
TorstenH.25-Apr-11 19:33
TorstenH.25-Apr-11 19:33 
GeneralRe: What is the problem accessing "C" drive using a code (using import.io.*; )? Pin
jschell26-Apr-11 8:00
jschell26-Apr-11 8:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.