• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

Applets as EJB Clients

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does anybody know where I can find information about using applets as EJB Clients?
 
Ranch Hand
Posts: 356
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Colin Humber:
Does anybody know where I can find information about using applets as EJB Clients?


Never tried this thing... However I definitely think this is possible...under some constraints.
1. The J2EE Libraries and the Home/Remote interface should be accessible to the applet client. You should be pointing to them using codebase attribute.
2. An applet can only make socket connections from the server which it is downloaded. Thus your EJB container and Webserver should be on the same machine.

I don't know of any resource but I thought that my reply would help you. Just give it a shot... and you can keep people here posted on your progress.
 
Author
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Colin,

Originally posted by Colin Humber:
Does anybody know where I can find information about using applets as EJB Clients?


Please look at:
http://main.jboss.org/thread.jsp?forum=47&thread=6802&message=375439&q=applet#375439
http://www.alphaworks.ibm.com/aw.nsf/FAQs/webasjdbc
Hope it helps,
Matjaz
 
I guess everyone has an angle. Fine, what do you want? Just know that you cannot have this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic