Re: [Dev] Make Sample projects open in the dev studio

2013-01-23 Thread Sagara Gunathunga
On Wed, Jan 23, 2013 at 12:06 PM, Supun Malinga sup...@wso2.com wrote:

 Hi Harshana,


 On Wed, Jan 23, 2013 at 12:00 PM, Harshana Martin harsh...@wso2.comwrote:

 Hi Supun,


 On Wed, Jan 23, 2013 at 11:44 AM, Supun Malinga sup...@wso2.com wrote:




 On Wed, Jan 23, 2013 at 11:35 AM, Samisa Abeysinghe sam...@wso2.comwrote:

 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.


 +1 for all
 for #2 we can keep mvn goals to generate devS projects.


 -1 for the bringing Maven in to this. Samples should be simply importable
 projects to DevS without doing anything else.


 AFAIU for this we would need to ship eclipse meta data with the samples.
 Since we already ask the users to use mvn/ant to build and run the samples
 that wouldn't be an issue IMO. Anyways if shipping with the devS project
 files is the best approach I have no issue.


 +1 but make sure those classpath entries on meta files are relative not
absolute to your local setup otherwise there is no use at all.

Thanks !


 thanks,


 Asking users to setup Maven for a user who want to try out a sample would
 be less user friendly.

 Thanks and Regards,
 Harshana

  We need to document the sample usage and code in depth.

 thanks,


 On Wed, Jan 23, 2013 at 9:19 AM, Susankha Nirmala susan...@wso2.comwrote:

 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
 artifactIdmaven-eclipse-plugin/artifactId
 version2.9/version
 configuration
   buildcommands

 buildcommandorg.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

 projectnatureorg.eclipse.jdt.core.javanature/projectnature
   /projectnatures
 /configuration
 /plugin

 what are you think?

 ___
 Dev mailing list
 Dev@wso2.org
 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
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Supun Malinga,

 Software Engineer,

 WSO2 Inc.
 http://wso2.com
 http://wso2.org
  email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --


 Harshana Martin
 Senior Software Engineer
 Member, Management Committee - Development Technologies
 WSO2 Inc. : http://wso2.com ; http://wso2.org
 Mobile: +94 775 998 115
 Profile: https://www.google.com/profiles/harshana05
 Blog: http://harshana05.blogspot.com
 Twitter: http://twitter.com/harshana05




 --
 Supun Malinga,

 Software Engineer,
 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Sagara Gunathunga

Technical Lead; WSO2, Inc.;  http://wso2.com
V.P Apache Web Services ;  http://ws.apache.org/
Blog ;  http://ssagara.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Make Sample projects open in the dev studio

2013-01-23 Thread Sagara Gunathunga
On Wed, Jan 23, 2013 at 12:06 PM, Supun Malinga sup...@wso2.com wrote:

 Hi Harshana,


 On Wed, Jan 23, 2013 at 12:00 PM, Harshana Martin harsh...@wso2.comwrote:

 Hi Supun,


 On Wed, Jan 23, 2013 at 11:44 AM, Supun Malinga sup...@wso2.com wrote:




 On Wed, Jan 23, 2013 at 11:35 AM, Samisa Abeysinghe sam...@wso2.comwrote:

 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.


 +1 for all
 for #2 we can keep mvn goals to generate devS projects.


 -1 for the bringing Maven in to this. Samples should be simply importable
 projects to DevS without doing anything else.


 AFAIU for this we would need to ship eclipse meta data with the samples.
 Since we already ask the users to use mvn/ant to build and run the samples
 that wouldn't be an issue IMO. Anyways if shipping with the devS project
 files is the best approach I have no issue.


+1 but make sure those classpath entries on meta files are relative not
absolute to your local setup otherwise there is no use at all.

Thanks !


 thanks,


 Asking users to setup Maven for a user who want to try out a sample would
 be less user friendly.

 Thanks and Regards,
 Harshana

  We need to document the sample usage and code in depth.

 thanks,


 On Wed, Jan 23, 2013 at 9:19 AM, Susankha Nirmala susan...@wso2.comwrote:

 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
 artifactIdmaven-eclipse-plugin/artifactId
 version2.9/version
 configuration
   buildcommands

 buildcommandorg.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

 projectnatureorg.eclipse.jdt.core.javanature/projectnature
   /projectnatures
 /configuration
 /plugin

 what are you think?

 ___
 Dev mailing list
 Dev@wso2.org
 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
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Supun Malinga,

 Software Engineer,

 WSO2 Inc.
 http://wso2.com
 http://wso2.org
  email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --


 Harshana Martin
 Senior Software Engineer
 Member, Management Committee - Development Technologies
 WSO2 Inc. : http://wso2.com ; http://wso2.org
 Mobile: +94 775 998 115
 Profile: https://www.google.com/profiles/harshana05
 Blog: http://harshana05.blogspot.com
 Twitter: http://twitter.com/harshana05




 --
 Supun Malinga,

 Software Engineer,
 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Sagara Gunathunga

Technical Lead; WSO2, Inc.;  http://wso2.com
V.P Apache Web Services ;  http://ws.apache.org/
Blog ;  http://ssagara.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Make Sample projects open in the dev studio

2013-01-22 Thread Susankha Nirmala
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
artifactIdmaven-eclipse-plugin/artifactId
version2.9/version
configuration
  buildcommands
buildcommandorg.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
projectnatureorg.eclipse.jdt.core.javanature/projectnature
  /projectnatures
/configuration
/plugin

what are you think?
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Make Sample projects open in the dev studio

2013-01-22 Thread Samisa Abeysinghe
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 susan...@wso2.com 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
 artifactIdmaven-eclipse-plugin/artifactId
 version2.9/version
 configuration
   buildcommands
 buildcommandorg.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
 projectnatureorg.eclipse.jdt.core.javanature/projectnature
   /projectnatures
 /configuration
 /plugin

 what are you think?

 ___
 Dev mailing list
 Dev@wso2.org
 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
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Make Sample projects open in the dev studio

2013-01-22 Thread Supun Malinga
On Wed, Jan 23, 2013 at 11:35 AM, Samisa Abeysinghe sam...@wso2.com wrote:

 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.


+1 for all
for #2 we can keep mvn goals to generate devS projects. We need to document
the sample usage and code in depth.

thanks,


 On Wed, Jan 23, 2013 at 9:19 AM, Susankha Nirmala susan...@wso2.comwrote:

 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
 artifactIdmaven-eclipse-plugin/artifactId
 version2.9/version
 configuration
   buildcommands
 buildcommandorg.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
 projectnatureorg.eclipse.jdt.core.javanature/projectnature
   /projectnatures
 /configuration
 /plugin

 what are you think?

 ___
 Dev mailing list
 Dev@wso2.org
 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
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Supun Malinga,

Software Engineer,
WSO2 Inc.
http://wso2.com
http://wso2.org
email - sup...@wso2.com sup...@wso2.com
mobile - 071 56 91 321
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Make Sample projects open in the dev studio

2013-01-22 Thread Harshana Martin
Hi Susankha,

+1

This is the correct approach.

Thanks and Regards,
Harshana


On Wed, Jan 23, 2013 at 9:19 AM, Susankha Nirmala susan...@wso2.com 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
 artifactIdmaven-eclipse-plugin/artifactId
 version2.9/version
 configuration
   buildcommands
 buildcommandorg.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
 projectnatureorg.eclipse.jdt.core.javanature/projectnature
   /projectnatures
 /configuration
 /plugin

 what are you think?




-- 


Harshana Martin
Senior Software Engineer
Member, Management Committee - Development Technologies
WSO2 Inc. : http://wso2.com ; http://wso2.org
Mobile: +94 775 998 115
Profile: https://www.google.com/profiles/harshana05
Blog: http://harshana05.blogspot.com
Twitter: http://twitter.com/harshana05
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Make Sample projects open in the dev studio

2013-01-22 Thread Harshana Martin
Hi Samisa,

On Wed, Jan 23, 2013 at 11:35 AM, Samisa Abeysinghe sam...@wso2.com wrote:

 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.


+1 to all 4 items.

For #2, I think we should make them by default DevS project basically where
users simply can point to the project and import.

Thanks and Regards,
Harshana


 On Wed, Jan 23, 2013 at 9:19 AM, Susankha Nirmala susan...@wso2.comwrote:

 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
 artifactIdmaven-eclipse-plugin/artifactId
 version2.9/version
 configuration
   buildcommands
 buildcommandorg.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
 projectnatureorg.eclipse.jdt.core.javanature/projectnature
   /projectnatures
 /configuration
 /plugin

 what are you think?

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org





-- 


Harshana Martin
Senior Software Engineer
Member, Management Committee - Development Technologies
WSO2 Inc. : http://wso2.com ; http://wso2.org
Mobile: +94 775 998 115
Profile: https://www.google.com/profiles/harshana05
Blog: http://harshana05.blogspot.com
Twitter: http://twitter.com/harshana05
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Make Sample projects open in the dev studio

2013-01-22 Thread Harshana Martin
Hi Supun,


On Wed, Jan 23, 2013 at 11:44 AM, Supun Malinga sup...@wso2.com wrote:




 On Wed, Jan 23, 2013 at 11:35 AM, Samisa Abeysinghe sam...@wso2.comwrote:

 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.


 +1 for all
 for #2 we can keep mvn goals to generate devS projects.


-1 for the bringing Maven in to this. Samples should be simply importable
projects to DevS without doing anything else.

Asking users to setup Maven for a user who want to try out a sample would
be less user friendly.

Thanks and Regards,
Harshana

We need to document the sample usage and code in depth.

 thanks,


 On Wed, Jan 23, 2013 at 9:19 AM, Susankha Nirmala susan...@wso2.comwrote:

 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
 artifactIdmaven-eclipse-plugin/artifactId
 version2.9/version
 configuration
   buildcommands
 buildcommandorg.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

 projectnatureorg.eclipse.jdt.core.javanature/projectnature
   /projectnatures
 /configuration
 /plugin

 what are you think?

 ___
 Dev mailing list
 Dev@wso2.org
 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
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Supun Malinga,

 Software Engineer,

 WSO2 Inc.
 http://wso2.com
 http://wso2.org
  email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 


Harshana Martin
Senior Software Engineer
Member, Management Committee - Development Technologies
WSO2 Inc. : http://wso2.com ; http://wso2.org
Mobile: +94 775 998 115
Profile: https://www.google.com/profiles/harshana05
Blog: http://harshana05.blogspot.com
Twitter: http://twitter.com/harshana05
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Make Sample projects open in the dev studio

2013-01-22 Thread Sagara Gunathunga
On Wed, Jan 23, 2013 at 11:35 AM, Samisa Abeysinghe sam...@wso2.com wrote:

 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.


 I'm on this and will add few real world use cases.


 2. Let them all be DevS projects


 Geeth from AS and  Susankha from DevS on this as their first assignment.



 3. Have some useful tutorials around the samples, using DevS projects


 +1

 As I remember Milan published some tutorials on JAX-RS/JAX-WS using DevS.
We will look into add more stuff.


 4. Create some screen casts, based on some of these samples.


 We already planned to create BAM monitoring  screen cast for services on
AS. But I agree we need more on this.

Thanks !



 On Wed, Jan 23, 2013 at 9:19 AM, Susankha Nirmala susan...@wso2.comwrote:

 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
 artifactIdmaven-eclipse-plugin/artifactId
 version2.9/version
 configuration
   buildcommands
 buildcommandorg.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
 projectnatureorg.eclipse.jdt.core.javanature/projectnature
   /projectnatures
 /configuration
 /plugin

 what are you think?

 ___
 Dev mailing list
 Dev@wso2.org
 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
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Sagara Gunathunga

Technical Lead; WSO2, Inc.;  http://wso2.com
V.P Apache Web Services ;  http://ws.apache.org/
Blog ;  http://ssagara.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Make Sample projects open in the dev studio

2013-01-22 Thread Supun Malinga
Hi Harshana,


On Wed, Jan 23, 2013 at 12:00 PM, Harshana Martin harsh...@wso2.com wrote:

 Hi Supun,


 On Wed, Jan 23, 2013 at 11:44 AM, Supun Malinga sup...@wso2.com wrote:




 On Wed, Jan 23, 2013 at 11:35 AM, Samisa Abeysinghe sam...@wso2.comwrote:

 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.


 +1 for all
 for #2 we can keep mvn goals to generate devS projects.


 -1 for the bringing Maven in to this. Samples should be simply importable
 projects to DevS without doing anything else.


AFAIU for this we would need to ship eclipse meta data with the samples.
Since we already ask the users to use mvn/ant to build and run the samples
that wouldn't be an issue IMO. Anyways if shipping with the devS project
files is the best approach I have no issue.

thanks,


 Asking users to setup Maven for a user who want to try out a sample would
 be less user friendly.

 Thanks and Regards,
 Harshana

  We need to document the sample usage and code in depth.

 thanks,


 On Wed, Jan 23, 2013 at 9:19 AM, Susankha Nirmala susan...@wso2.comwrote:

 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
 artifactIdmaven-eclipse-plugin/artifactId
 version2.9/version
 configuration
   buildcommands

 buildcommandorg.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

 projectnatureorg.eclipse.jdt.core.javanature/projectnature
   /projectnatures
 /configuration
 /plugin

 what are you think?

 ___
 Dev mailing list
 Dev@wso2.org
 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
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Supun Malinga,

 Software Engineer,

 WSO2 Inc.
 http://wso2.com
 http://wso2.org
  email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --


 Harshana Martin
 Senior Software Engineer
 Member, Management Committee - Development Technologies
 WSO2 Inc. : http://wso2.com ; http://wso2.org
 Mobile: +94 775 998 115
 Profile: https://www.google.com/profiles/harshana05
 Blog: http://harshana05.blogspot.com
 Twitter: http://twitter.com/harshana05




-- 
Supun Malinga,

Software Engineer,
WSO2 Inc.
http://wso2.com
http://wso2.org
email - sup...@wso2.com sup...@wso2.com
mobile - 071 56 91 321
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev