Click here to Skip to main content
15,891,704 members
Home / Discussions / Java
   

Java

 
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 
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 
To get your proposed solution to work, you're on the right track by assuming you need to do all creation/zipping on the server side. Instead of having the jsp generate the excel files, have it done in a Servlet on your server side instead, based on parameters from the JSP page.

You can then create the Excel files (likely by creating CSV files and renaming them, or using a third party library, such as JExcel (http://jexcelapi.sourceforge.net/[^]) and return the resulting .zip to the browser for download.

Cheers!
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 
GeneralRe: What is the problem accessing "C" drive using a code (using import.io.*; )? Pin
jschell26-Apr-11 7:57
jschell26-Apr-11 7:57 
AnswerRe: What is the problem accessing "C" drive using a code (using import.io.*; )? Pin
Richard MacCutchan25-Apr-11 22:16
mveRichard MacCutchan25-Apr-11 22:16 
GeneralRe: What is the problem accessing "C" drive using a code (using import.io.*; )? Pin
Nagy Vilmos27-Apr-11 5:43
professionalNagy Vilmos27-Apr-11 5:43 
GeneralRe: What is the problem accessing "C" drive using a code (using import.io.*; )? Pin
Richard MacCutchan27-Apr-11 6:53
mveRichard MacCutchan27-Apr-11 6:53 

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.