File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Beginning Java and the fly likes How to convert StringResult to InputStream? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "How to convert StringResult to InputStream?" Watch "How to convert StringResult to InputStream?" New topic
Author

How to convert StringResult to InputStream?

Thomas Chang
Ranch Hand

Joined: May 13, 2008
Posts: 59
I solve the problem now.
[ September 02, 2008: Message edited by: Thomas Chang ]
Martijn Verburg
author
Bartender

Joined: Jun 24, 2003
Posts: 3268

What package does StringResult belong in? I thought it was a Spring class, but I couldn't get that to register in my IDE.


Cheers, Martijn - Blog,
Twitter, PCGen, Ikasan, My The Well-Grounded Java Developer book!,
My start-up.
Joanne Neal
Rancher

Joined: Aug 05, 2005
Posts: 3011
    
    9
Originally posted by Thomas Chang:
I solve the problem now.

[ September 02, 2008: Message edited by: Thomas Chang ]


Would you like to tell us how you solved it, in case anyone else has a similar problem ?


Joanne
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32599
    
    4
Originally posted by Thomas Chang:
I solve the problem now.

[ September 02, 2008: Message edited by: Thomas Chang ]
And please don't edit a post so as to obscure the original question; it vitiates the value of the entire thread.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to convert StringResult to InputStream?