Is there is a simple implementation for CDI?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Neoncore
Posts: 14
Joined: Sat Jun 25, 2011 1:49 pm

Is there is a simple implementation for CDI?

Post by Neoncore »

Hello, I wanted to integrate CDI to my operating system but I only found the standard API.
Is there is any simple implementation I can learn from?

Sorry for my English.
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Re: Is there is a simple implementation for CDI?

Post by pcmattman »

You can try Pedigree's CDI compatibility layer at: http://pedigree-project.org/projects/pe ... common/cdi. Can't promise it's the kind of "simple" you're looking for, but it is working well for us.
Neoncore
Posts: 14
Joined: Sat Jun 25, 2011 1:49 pm

Re: Is there is a simple implementation for CDI?

Post by Neoncore »

pcmattman wrote:You can try Pedigree's CDI compatibility layer at: http://pedigree-project.org/projects/pe ... common/cdi. Can't promise it's the kind of "simple" you're looking for, but it is working well for us.
Thanks a lot. When I said "simple" I meant that it doesn't have to be full featured even some stubs would've fulfilled my requirement. it wouldn't be any fun if it was easy 8)
Post Reply