• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

J2EE1.2 in WAS5.0

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.
I would like to know whether it is possible to deploy a J2EE1.2 application on a WAS5.0 server? I don't want to have to convert the current application to J2EE1.3 as yet.
Reason for this: I am using some custom SQL (Full Select Finder Method) for the CMP EJB's and as I understand it J2EE1.3/EJB2.0 only supports EJB-QL. The Full Select SQL is required to do 'order by', 'sub-query', and 'rownum' on Oracle database to provide paging mechanism for application, and I understand that this will be impossible with EJB-QL.
Thanx in advance.
Kevin
 
Kevin Kotze
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Anybody?
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Sure, you can deploy J2EE 1.2 Enterprise applications in WAS 5.0 server.
 
Ranch Hand
Posts: 158
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
J2EE 1.4 will have order by and aggregate fuctions in EJB-QL, doesnt really mean anything now, but its food for future thought.
see new 1.4 features
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic