• 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

JSR 264

 
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I have to create a application using JSR 264 API. I have downloaded the API,documents and all.I want to know how to develop that application using that API.Its having all interfaces and classes how can i use that in my code?
Is there any document available about the usage of that API?
Please suggest me.
Thanks in advance
 
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there any document? You said you had downloaded the documents.

But anyway I don't understand the question. Are you planning to write an implementation of JSR 264, or do you already have one, and you want to use it for something?

(I googled "jsr 264" and your post here was on the first page of links. That tells me there isn't much information out there beyond the official JSR 264 pages.)
 
syruss kumar
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi paul,
Thanks for your reply.Yes i have downloaded the document which describes the jsr264.
Actually i want to implement jsr264.
1)How can i implement that in my application?
2)Is there any tutorial or document available which describes how to use the classes and interfaces in that API in my application?

please suggest me.

Thanks in advance.
 
Paul Clapham
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A tutorial on how to implement a JSR? No. People who implement it are supposed to be able to understand the documentation.

You might find a tutorial on how to do that after several implementations had been written, I suppose, but that's an extremely unlikely situation. Tutorials would be written after that, but they would describe how to use the implementations, not how to write them.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic