Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

FastObjects j1 OODB works with webservices platform

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
FastObjects j1 with JDO API works under Tomcat and Axis1.1 for
webservices. If it works please any one send me the good tutorials
links how to work FastObjects j1 with Webservices.
Thanks,
Ahammad
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Let's start by describing what is it that you want to accomplish, ok?
FastObjects is an object-oriented database management system providing a JDO interface. Fine. Axis is a web services container. Fine. However, FastObjects and Axis have little to do with each other unless you give a reason...
 
Ahamed Sharif
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I mean is it posible to access FastObjects j1 OODB(Data Layer) with java
classes (JDO API) deploying under tomcat abd axis for web services(Middle
layer)??
Help would be appriciate,
Thanks,
Ahammad

Originally posted by Lasse Koskela:
Let's start by describing what is it that you want to accomplish, ok?
FastObjects is an object-oriented database management system providing a JDO interface. Fine. Axis is a web services container. Fine. However, FastObjects and Axis have little to do with each other unless you give a reason...

 
Lasse Koskela
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I mean is it posible to access FastObjects j1 OODB(Data Layer) with java classes (JDO API) deploying under tomcat abd axis for web services(Middle layer)??


Sure. FastObjects (at least "j2") provides a JDO interface/implementation and JDO does not require anything special beyond J2SE so it runs smooth on top of Tomcat. Axis is also platform agnostic and fits fine on top of Tomcat.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic