Looking for a simple MEF code sample [closed] - mef

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I'm looking for a simple code sample showing how to use Microsoft Managed Extensibility Framework (MEF).
I really like the code at http://blogs.msdn.com/brada/archive/2008/09/29/simple-introduction-to-composite-applications-with-the-managed-extensions-framework.aspx, but it was written for MEF CTP 2 or 3 and the syntax has changed for the current version (CTP5).

I would just download MEF and look at the included samples.
There is a page with sample documentation on the MEF site, as well. The sample docs are a little out of date, though - the samples in the download are more current. In addition, CTP5 added a new sample (MEF Studio).
In terms of looking at code, this is probably the simplest sample to decipher. The only part missing from that file is the definition on the MainWindow class:
[Export]
public partial class MainWindow
{
// ...
If you add that, it's pretty much a complete sample.

Related

Best practices for a widget API in Objective-C [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I am currently making an app that allows third-party developers to create widgets for it using the API. Right now, I ship a library with the application containing a class that developers must create a subclass of. They must package their program in an NSBundle for my app to load.
Have you guys ever created an Objective-c APIs? If so, do you have tips to tell me?
Thanks
If your goal is to provide documentation for your API I would suggest you to use doxygen. Here you'll find an interesting tutorial on how to document with doxygen.
I would also recommend you reading API Design by Matt Gemmell. It's a good reference on what a developer could expect from a well designed API.

Regarding tutorials on GWT [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I am working on a new project , in which the GUI part is built on top of GWT(Google window toolkit),as I have to make few changes in GUI part , Please advise me some viedeo tutorials for GUI , although I am going through http://www.mkyong.com/google-app-engine/google-app-engine-hello-world-example-using-eclipse/
but please advise some best tutorials specially the viedeo one.Thanks in advance
also please advise google web toolkit and google app engine are they two different independent things.
Here you can start with tutorial of helloworld..
And then have a look at Architecture building with GWT
Finally with Remote procedure calls (hitting backend).
And finally your second Question GWT with App engine
And I'm suggesting to have a look at GWT showcase and as well as code samples.
And the best GWT examples site roughian

Are there MVC/JPA tutorials without using Spring? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
this is my first post here.
I am searching for some examples or tutorials for web application using JPA and MVC. All the tutorials and examples that I found so far are related using Spring. I am new on using JPA/MVC and I am finding a little difficult to understand how Spring works. Can anyone recommend me a good tutorial or a simple example without Spring?
For what's it worth, the concept 'clicked' for me through this book. A bit dated now, but the basics stay the same. Other than that you can just as well find a bunch of simple tutorials and presentation if you search for something like 'java servlets basic mvc tutorial'
Watch this videos its easy to understand : http://m.youtube.com/user/koushks?gl=US&hl=en&client=mv-google

Talend Training/Tutorials [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Can anyone recommend a good source of material for learning how to use Talend Open Studio For Data Integration?
I've had a look at the TalendForge tutorials but was wondering if a more cohesive training resource exists for beginners?
I've search the Interweb and can't find anything that isn't off TalendForge or a book with terrible reviews!
Any suggestions greatly appreciated!
There are some reference manuals which can be downloaded from official website. Once you go to this link, goto tab Data Integration there, at the bottom of the page you can find a section User Documentation. Download the appropriate pdfs.
We get minimal help from them, but self exploration would give better results once we have been through these materials.

Open source js-kit/disqus like tool [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
is there any open-source and extendable tool like what js-kit/disqus provides that could be self hosted ?
Since disqus is made with django, IMHO it is relevant to suggest something similar that is made with django too. :-) From my understanding is disqus is basically a threaded commenting system. The most popular ones in django community for this is django-threaded-comments.
Take a look on Juvia
It's in Ruby and there is a demo available following the Github project readme