Hello,
According to you what is the best way to implement an Artificial
Intelligence
process inside a JBoss server?
One can imagine a scenario: a thread randomly invokes EJBs to modify a set
of data.
>From what I've read, I can't implement such a thread inside an EJB :-(.
So:
- Is there a thread
Hi,
I have J2EE application running on JBoss2.4.4 with Tomcat 4.0.1.
I try to create client application as servlet deployed in Tomcat 4.0 which
runs
in a separate JVM.
I've got the following error when I try to create LoginContext in my servlet
deployed on Tomcat 4.0.
What should I do?
java.lang
actually, java webstart will not solve his problems with using JBoss on the
client side. There are problems with webstart working with JAAS as of
right now due to some classloading issues. From what I hear, JDK 1.4
already has webstart as part of the package and the webstart version that
com
You could also try to move all possible code to beans on the server
side, just presentation logic left on the client (this should be done
anyway).
On Fri, 2002-06-14 at 16:06, Greg Turner wrote:
> One solutions would be to rearchitect your app so that all the parts are MBeans.
>Then
> package u
One solutions would be to rearchitect your app so that all the parts are MBeans. Then
package up all the parts as sar files. You could then install a minimal version of
JBoss on
clients' machines and configured to deploy from a central server. Then the client
machines
only have to start JBoss
If you want the code run as an applet/swing
application the jboss client code must go to the
client.
One idea is use WebStart to deploy you application.
Of course the first time it is loaded it will need to
download all but in the future this will be cached on
the client.
http://java.sun.c
oss-user |
|| |
|+-->
>|
||
| To: [EMAIL PROTECTED] |
| cc: (bcc: Kris Balle Kristensen/OMT/OMGROUP) |
| Subject: [JBoss-user] JBoss client
perhaps you can make an installation diskette and give it to your employees
On Friday 14 June 2002 09:32, you wrote:
> Hi,
>
> I've developped a simple whitepages application to run at my company.
> GUI is made with swing.
>
> it has been developed in order to work both as a sandalone application
Hi,
I've developped a simple whitepages application to run at my company.
GUI is made with swing.
it has been developed in order to work both as a sandalone application
and as an applet.
unfortunatly, after having pruned the usefull client packages, it is
about 1Mb of jar files that needs to be
Please only post once. You need jnp-client.jar in your runtime classpath.
You can get that by adding a -classpath onto your java command.
- Original Message -
From: J Hu <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, March 24, 2001 10:48 PM
Subject: [JBoss
Hi,
I am trying to run the interest bean example, the client failed, the
error message is the following. Could some one give me a hand?
F:\Jboss2.1\examples\interest>java InterestClient
javax.naming.NoInitialContextException: Cannot instantiate class:
org.jnp.interfaces.NamingContextFactory [Ro
11 matches
Mail list logo