We decided to use MBean for such purposes and it proved to work quite
well. MBeans have not restrictions regarding the spec, the can
read/write the filesystem and use any native librarie you want.

The MDB can be changed by a MBean fetching a queue and doing some stuff,
coupled to a scheduler that will check every XX secs if there are
messages in the queeu for instance.

For filesystem stuff, If it's frequent you can use either BLOBs either a
Connector (see the JCA spec). By the way, I am intereseted by any good
doc regarding that matter (that is connectors) inside Jboss

Regards,

Stephane

On Tue, 2003-09-30 at 22:27, [EMAIL PROTECTED] wrote:
> Hi all,
> 
> I have two problems. I would like to create a Message Driven Bean which 
> does some image processing for me. 
> I would like to use JMagick for this purpose. Unfortunatly EJB restricts 
> the usage of native libraries. And ofcourse JMagick is a native library.
> Can you guys give me some pointers on how to come up with a sollution for 
> this problem?
> 
> Second of all, I have to handle with files on the filesystem in my 
> application.
> This is also a restricting in the EJB-spec. Unfortunatly I have to store 
> files to get my application to work.
> Should it be good practice to store files in a database as blobs?
> 
> Thanks for all suggestions,
> 
> Harm de Laat
> Informatiefabriek
> The Netherlands
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to