• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
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
 
If I'd had more time, I would have written a shorter letter. -T.S. Eliot such a short, tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic