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

Standalone Client/Web Client

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
For reusability sake how could we use EJBController functionality from both type of clients ie concerning action event classes related to WAF.
My take is to let request processor(web client) talk to bussiness delegate which in turn talks to EJBFacade and in client case too,let controller talk to bussiness delegate(on client tier itself)
which further talks to same EJBFacade.BUT... it seems that it might hinder extensibility/maintenability by way of not using WAF webcontoller/ejbcontroller and action events mappings.
Or is there a way from Client App we use these action events to connect to same EJBcontroller i.e
use same bussiness tier from both type of applications(reusability).
Thanks
 
Ranch Hand
Posts: 263
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What prevents the use of HTTP itself from Swing client to talk to j2ee servers ?
 
My name is Inigo Montoya, you killed my father, prepare to read a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic