Does anyone here have experience of using the parser implementation inside an app server, say like jboss. Stringbean (and the other members of that package) look as if they are themselves deployable, but I am not yet sure.
I am looking to deploy my application (based on the parser technology) inside jboss using - the ultimate goal being able to send carefully chosen "ripped" web site data to my cell phone over SMS. Since I will be polling the web sites for changes, the parser needs to be available pretty much all the time - hence hosted inside an app server. I know that the triggering is pretty lame - it is the parsing functionality that I am most interested in - I just need something lightweigght inside which to host it.
Thanks in advance
Chris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I haven't deployed my stuff to JBoss, I find their documentation severely lacking (unless, of course, you want to pay for it), but I did plan to. The htmlparser beans are *not* deployable as is. There is a big difference between enterprise java beans and just java beans.
Derrick
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Does anyone here have experience of using the parser implementation inside an app server, say like jboss. Stringbean (and the other members of that package) look as if they are themselves deployable, but I am not yet sure.
I am looking to deploy my application (based on the parser technology) inside jboss using - the ultimate goal being able to send carefully chosen "ripped" web site data to my cell phone over SMS. Since I will be polling the web sites for changes, the parser needs to be available pretty much all the time - hence hosted inside an app server. I know that the triggering is pretty lame - it is the parsing functionality that I am most interested in - I just need something lightweigght inside which to host it.
Thanks in advance
Chris
Chris,
Actually that application is very similar to my connector project.
See http://sourceforge.net/projects/connector and http://connector.sourceforge.net
I haven't deployed my stuff to JBoss, I find their documentation severely lacking (unless, of course, you want to pay for it), but I did plan to. The htmlparser beans are *not* deployable as is. There is a big difference between enterprise java beans and just java beans.
Derrick