• 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

Client on 1.4 and EJB on JDK 5.0

 
Ranch Hand
Posts: 239
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all
Some insights required on below problem statement.

Typical client - server architecture.
Client - Swing application - running on JDK 1.4.2 version
Server - JavaEE Application running on JDK 5.0 on Weblogic 9.2 server.

Does anybody forsee any issues in calling EJB services (compiled and deployed in JDK 5) from the Swing application (1.4) ?

Reply appreciated.
 
reply
    Bookmark Topic Watch Topic
  • New Topic