Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sisu-users] Any specific tutorials/demos you'd like to see?

Hi Matthew,

Cool, Sisu gives you two approaches to share components between OSGi bundles; one is to use services, the other is to share injectors (which get merged dynamically into one consistent view).

I'll write up a tutorial that demonstrates both (looks at the pros and cons of each, etc.) and also shows how you can plug other lookup strategies into Sisu.

--
Cheers, Stuart

On 2 Aug 2013, at 19:56, Matthew Bishop wrote:

> I'd like to see how one can use Sisu in an OSGi container like Felix. I am
> hoping to replace Blueprint + Spring with Sisu when viable. Our code
> judiciously uses only javax.inject annotations with a few bits of spring
> and blueprint to cross bundle boundaries. It's slow, ugly to debug and the
> biggest pain point in our codebase.
> 
> Matthew Bishop, Senior Architect
> Mobile: +1-604-218-8102
> Email: Matthew.Bishop@xxxxxxxxxxxxxxx
> 
> Elastic Path Software Inc.
> Web: www.elasticpath.com
> Blog: www.getelastic.com
> Community: grep.elasticpath.com
> Careers: www.elasticpath.com/jobs
> 
> Confidentiality Notice: This message is intended only for the use of the designated addressee(s), and may contain information that is privileged, confidential and exempt from disclosure. Any unauthorized viewing, disclosure, copying, distribution or use of information contained in this e-mail is prohibited and may be unlawful. If you received this e-mail in error, please reply to the sender immediately to inform us you are not the intended recipient and delete the email from your computer system. Thank you.
> 
> 
> _______________________________________________
> sisu-users mailing list
> sisu-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/sisu-users



Back to the top