• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Very Urgent: can i use cewolf with the struts framework

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ple replay me soon...
1) I want to generate jfreecharts with cewolf , i am using struts frame work

2) can i implement DatasetProducer interface of cewolf with Struts Action class

Regards
Rajesh.O
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First of all, please read this link and try to understand why emphasizing the urgency of your request actually makes it less likely that you will get a prompt response.

I'm not entirely sure I can answer your question, but here's some information: Struts is nothing more than a framework that fits over a standard J2EE web application. Therefore, anything that can be done in a standard J2EE web application can be done in a Struts application. A Struts JSP is nothing more than a regular JSP with a few custom tag libraries added to it. There's absolutely no reason you can't add more custom tag libraries and other artifacts from other sources to the same page.

While I've never tried integrating the products you mentioned in a Struts application, I see absolutely no reason why it can't be done.
 
Ranch Hand
Posts: 181
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. Yes
2. Yes
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic