The samples we have in AS in general are not really great. I was looking at JAX-WS and JAX-RS services, and they are too primitive.
So adding only DevS project will add little value. We need 1. Serious samples, those that help learn quickly, then help expand to next level. 2. Let them all be DevS projects 3. Have some useful tutorials around the samples, using DevS projects 4. Create some screen casts, based on some of these samples. On Wed, Jan 23, 2013 at 9:19 AM, Susankha Nirmala <[email protected]> wrote: > Hi all, > > when importing wso2 app server examples to developer studio, it has > problem to identify the project nature. To solve i'm trying to set the > project nature as a wso2 project when importing the wso2 app server example > projects to developer studio. To achieve that i add below code segment to > sample's pom.xml file. > > <plugin> > <artifactId>maven-eclipse-plugin</artifactId> > <version>2.9</version> > <configuration> > <buildcommands> > <buildcommand>org.eclipse.jdt.core.javabuilder</buildcommand> > </buildcommands> > <projectnatures> > <projectnature>*peroject nature* ( for eg : in a jax-ws > project it : org.wso2.developerstudio.eclipse.jaxws.project.nature) > </projectnature> > <projectnature>org.eclipse.jdt.core.javanature</projectnature> > </projectnatures> > </configuration> > </plugin> > > what are you think? > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > Thanks, Samisa... Samisa Abeysinghe VP Engineering WSO2 Inc. http://wso2.com http://wso2.org
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
