Can JFreeChart be used in a J2EE environment where you do not have the option of running an external process to emulate the X11 stuff.
I am going to try to use the PJA package. I will let you know how it turns out. But, any heads up would be greatly appreciated!
Thanks,
Casey
J2EE Deployment
Re: J2EE Deployment
> Can JFreeChart be used in a J2EE environment where you do not have the option of running an external process to emulate the X11 stuff.
It is just that you need an X server running.
J2EE has absolutely nothing to do with X.
Apparently, you can use Jfreechart in Entity Beans,SFSBs, SLSBs, servlets, beans,
or any other java application you like.
I'd reccomend Xvfb solution instead of PJA.
Native code runs in the worst case as fast as java, if not any faster.
It is just that you need an X server running.
J2EE has absolutely nothing to do with X.
Apparently, you can use Jfreechart in Entity Beans,SFSBs, SLSBs, servlets, beans,
or any other java application you like.
I'd reccomend Xvfb solution instead of PJA.
Native code runs in the worst case as fast as java, if not any faster.
Re: J2EE Deployment
Thanks Achilleus for the reply.
The problem is in a client's J2EE enviornment you do not have the option of running an extern process such as Xvfb. Is this not the case? Don't you have run the Xvfg as an extern process?
Thanks!
-- Casey
The problem is in a client's J2EE enviornment you do not have the option of running an extern process such as Xvfb. Is this not the case? Don't you have run the Xvfg as an extern process?
Thanks!
-- Casey
Re: J2EE Deployment
I dont get your point.
Can you please describe precisely your setup??
Can you please describe precisely your setup??
Re: J2EE Deployment
Archilleus,
I am deploying a J2EE application to a client. The client is a fortune 500 company with very tight restrictions/security issues. They are running an HP Application Server on HP UX. The JDK version 1.3x. The server is running headless (no monitor, keyboard ...) .... no XServer is running. The application server has numerous 'production' deployed applications.
I have asked them if they could run Xvfb, but currently ... no reply.
Is there another solution?
Thank you for your time!!
-- Casey
I am deploying a J2EE application to a client. The client is a fortune 500 company with very tight restrictions/security issues. They are running an HP Application Server on HP UX. The JDK version 1.3x. The server is running headless (no monitor, keyboard ...) .... no XServer is running. The application server has numerous 'production' deployed applications.
I have asked them if they could run Xvfb, but currently ... no reply.
Is there another solution?
Thank you for your time!!
-- Casey
Re: J2EE Deployment
Well if this company "accepts" free software/open source software
(which apparently is the case since they are running jfreechart),
then i dont see any reason why they souldn't run Xvfb
(which is written by xfree86 themselves!).
Alternatively, you could use PureJavaAWT.
(which apparently is the case since they are running jfreechart),
then i dont see any reason why they souldn't run Xvfb
(which is written by xfree86 themselves!).
Alternatively, you could use PureJavaAWT.