Netbeans plugin

2009-07-03 Thread Kevan Miller


On Jul 3, 2009, at 5:29 AM, George Frink wrote:


We needed a fully functional Netbeans plugin for an ongoing project.
As a result, I've adapted the Netbeans plugin to Netbeans 6.7 and am  
adding functionality/testing apace.

It strikes me as too much code to gracefully list in an email.
Thoughts?



Hi George,
That sounds great.

So, the process, for dealing with source code, is to attach the code  
(normally a 'svn diff' generated patch file, but could be a .zip) and  
attach the file to a Jira -- see https://issues.apache.org/jira/browse/GERONIMO


You'd need to:

1) create a Jira login
2) create a Geronimo Jira issue (project: geronimo-devtools, type:  
improvement). Don't worry about details like components/versions/fix  
versions, but do describe what you'd like to contribute in summary and  
description fields
3) attach a patch file/zip file to the Jira. While viewing the Jira,  
Attach file is an operation that you can perform. When you attach  
the file, make sure the Grant license to ASF for inclusion in ASF  
works radio button is checked.


Depending on the size of your contribution, we may also decide to ask  
for a code grant. Nothing major, just a single form. See, http://www.apache.org/licenses/#grants


--kevan



Re: Netbeans plugin

2009-07-03 Thread George Frink

Thanks.
That's exactly what I needed.
I expect to walk through that process for the first time after  
unpacking from the 4th of July holiday.


Until then, happy holiday,

George Frink

g...@southernconnections.com
twitter: twitter.com/gwfrink3
blog:www.southernconnections.com/roller
phone: 919.341.2999



On Jul 3, 2009, at 8:25 AM, Kevan Miller wrote:



On Jul 3, 2009, at 5:29 AM, George Frink wrote:


We needed a fully functional Netbeans plugin for an ongoing project.
As a result, I've adapted the Netbeans plugin to Netbeans 6.7 and  
am adding functionality/testing apace.

It strikes me as too much code to gracefully list in an email.
Thoughts?



Hi George,
That sounds great.

So, the process, for dealing with source code, is to attach the  
code (normally a 'svn diff' generated patch file, but could be  
a .zip) and attach the file to a Jira -- see https:// 
issues.apache.org/jira/browse/GERONIMO


You'd need to:

1) create a Jira login
2) create a Geronimo Jira issue (project: geronimo-devtools, type:  
improvement). Don't worry about details like components/versions/ 
fix versions, but do describe what you'd like to contribute in  
summary and description fields
3) attach a patch file/zip file to the Jira. While viewing the  
Jira, Attach file is an operation that you can perform. When you  
attach the file, make sure the Grant license to ASF for inclusion  
in ASF works radio button is checked.


Depending on the size of your contribution, we may also decide to  
ask for a code grant. Nothing major, just a single form. See,  
http://www.apache.org/licenses/#grants


--kevan






Re: Netbeans plugin

2008-02-21 Thread wmac

Ok, I personally search for updates on this plugin every week. My knowledge
is limited on both netbeans and geronimo (and I am working on my thesis)
otherwise I would help you. 



Jacek Laskowski wrote:
 
 On Feb 9, 2008 4:48 AM, Kevan Miller [EMAIL PROTECTED] wrote:
 
 Jacek had been most active with the Netbeans activities. I think he may
 have
 been distracted for a bit. I'm sure he'd love to hear that people are
 interested... ;-)
 
 I always am. People keep asking about it, but the truth is that it
 requires a lot of attention that I must admit publicly don't have much
 lately. Whenever I start working on the plugin something distracts me
 for a bit. Let's see how it's going to be this time.
 
 Jacek
 
 -- 
 Jacek Laskowski
 http://www.JacekLaskowski.pl
 
 

-- 
View this message in context: 
http://www.nabble.com/Netbeans-plugin-tp15244056s134p15626213.html
Sent from the Apache Geronimo - Dev mailing list archive at Nabble.com.



Re: Netbeans plugin

2008-02-10 Thread Jacek Laskowski
On Feb 9, 2008 4:48 AM, Kevan Miller [EMAIL PROTECTED] wrote:

 Jacek had been most active with the Netbeans activities. I think he may have
 been distracted for a bit. I'm sure he'd love to hear that people are
 interested... ;-)

I always am. People keep asking about it, but the truth is that it
requires a lot of attention that I must admit publicly don't have much
lately. Whenever I start working on the plugin something distracts me
for a bit. Let's see how it's going to be this time.

Jacek

-- 
Jacek Laskowski
http://www.JacekLaskowski.pl


Re: Netbeans plugin

2008-02-09 Thread Kevan Miller


On Feb 1, 2008, at 8:06 PM, Diego L EspiƱeira wrote:

When is it going to be the netbeans plugin out of sandbox? Is anyone  
working on that?


Diego,
Jacek had been most active with the Netbeans activities. I think he  
may have been distracted for a bit. I'm sure he'd love to hear that  
people are interested... ;-)


--kevan

Netbeans plugin

2008-02-02 Thread Diego L EspiƱeira
When is it going to be the netbeans plugin out of sandbox? Is anyone working
on that?



Re: Netbeans plugin

2007-11-28 Thread Jacek Laskowski
On Nov 27, 2007 11:37 PM, togo [EMAIL PROTECTED] wrote:

 To speed up my understanding of the repository I would like to know if
 you've got a small howto of the plugin with basical things like how to
 install and use it and so on.

Before I put it on a website (with screenshots), I'll write it here
for your comments and suggestions:

Here are the steps to run the plugin:

1. Check out the plugin's sources - they've got a directory structure
as netbeans created when I created the module (the plugin).

svn co http://svn.apache.org/repos/asf/geronimo/sandbox/geronimo-netbeans-plugin

2. Open NetBeans IDE 6 (don't know whether the earlier versions work or not)

3. Ctrl+Shift+O to open the project. You should see NetBeans plugin
for Apache Geronimo node in the Projects window.

4. Once opened, right-click it and select Install/Reload in Target
Platform. It will run another NetBeans instance with the plugin
installed.

The plugin can create a new Geronimo server instance and start/stop
it. You can create a web application with Geronimo as a javaee5
application server, but if you start it it will not. That's what needs
to be done inthe first place. Once you get that developed I'm sure
you'll know what's next.

Ask when in doubt or need some additional information. I'm here to
help and get you up to speed with it. The more people work on it, the
sooner the plugin becomes ready to use. It took way too long to become
a viable competitor to the Eclipse plugin ;-)

Jacek

-- 
Jacek Laskowski
http://www.JacekLaskowski.pl


Re: Netbeans plugin

2007-11-27 Thread togo

Hi all,

My name is Josu and I think that the project is really interesting.
I would like to know where is the repository of the plugin to probe it and
try to
help in the development of the project.

Best regards.
Josu


wmac wrote:
 
 I found the repository and I am trying the code.
 
 Siamak Sarmady wrote:
 Jacek, Hello
 
 - Sorry I can not find the repository anymore. Could you please mention 
 the address.
 
 - Is there a wiki page already? Where we can setup a page?
 
 - You mentioned about documentation. Anything has been done on this?
 
 Regards,
 Siamak
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Netbeans-plugin-tf4819200s134.html#a13973896
Sent from the Apache Geronimo - Dev mailing list archive at Nabble.com.



Re: Netbeans plugin

2007-11-27 Thread Jacek Laskowski
On Nov 27, 2007 5:21 PM, togo [EMAIL PROTECTED] wrote:

 My name is Josu and I think that the project is really interesting.

Hi Josu,

Interesting?! Hmm, it's the best project one could dreamt of. If it is
not, it's because you're not part of the game yet ;-)

 I would like to know where is the repository of the plugin to probe it and
 try to
 help in the development of the project.

https://svn.apache.org/repos/asf/geronimo/sandbox/geronimo-netbeans-plugin

Let me know what you need to get up to speed.

Jacek

-- 
Jacek Laskowski
http://www.JacekLaskowski.pl


Re: Netbeans plugin

2007-11-27 Thread togo

Hi Jacek,

To speed up my understanding of the repository I would like to know if
you've got a small howto of the plugin with basical things like how to
install and use it and so on.

I also would like to know is you have got a roadmap of the project to know
what is done and which are the next steeps to investigate.

Best regards.
Josu.



Jacek Laskowski wrote:
 
 On Nov 27, 2007 5:21 PM, togo [EMAIL PROTECTED] wrote:
 
 My name is Josu and I think that the project is really interesting.
 
 Hi Josu,
 
 Interesting?! Hmm, it's the best project one could dreamt of. If it is
 not, it's because you're not part of the game yet ;-)
 
 I would like to know where is the repository of the plugin to probe it
 and
 try to
 help in the development of the project.
 
 https://svn.apache.org/repos/asf/geronimo/sandbox/geronimo-netbeans-plugin
 
 Let me know what you need to get up to speed.
 
 Jacek
 
 -- 
 Jacek Laskowski
 http://www.JacekLaskowski.pl
 
 

-- 
View this message in context: 
http://www.nabble.com/Netbeans-plugin-tf4819200s134.html#a13981496
Sent from the Apache Geronimo - Dev mailing list archive at Nabble.com.



Re: Netbeans plugin

2007-11-27 Thread Jacek Laskowski
On Nov 27, 2007 11:37 PM, togo [EMAIL PROTECTED] wrote:

 To speed up my understanding of the repository I would like to know if
 you've got a small howto of the plugin with basical things like how to
 install and use it and so on.

 I also would like to know is you have got a roadmap of the project to know
 what is done and which are the next steeps to investigate.

Okey dokey. I'll do it in the morning. Good night.

Jacek

-- 
Jacek Laskowski
http://www.JacekLaskowski.pl


Re: Netbeans plugin

2007-11-22 Thread Siamak Sarmady

I found the repository and I am trying the code.

Siamak Sarmady wrote:

Jacek, Hello

- Sorry I can not find the repository anymore. Could you please mention 
the address.


- Is there a wiki page already? Where we can setup a page?

- You mentioned about documentation. Anything has been done on this?

Regards,
Siamak




Re: Netbeans plugin

2007-11-22 Thread Siamak Sarmady

Jacek, Hello

- Sorry I can not find the repository anymore. Could you please mention 
the address.


- Is there a wiki page already? Where we can setup a page?

- You mentioned about documentation. Anything has been done on this?

Regards,
Siamak

Jacek Laskowski wrote:

On Nov 16, 2007 1:51 PM, Kevan Miller [EMAIL PROTECTED] wrote:


I don't recall seeing anyone but Jacek working on the Netbeans plugin.
I'm sure he'd love to have some help.


Anyone, anywhere, anytime ;-) I'm still learning the stuff around
netbeans serverplugins development and although I've got some help
from the NetBeans team I haven't put much attention to it as it's not
as fancy as javaee 5 development and thus the veeery slow progress.


Perhaps Jacek can fill us in on where things stand with the plugin and
identify next steps.


The plugin can register/start/stop Geronimo. You can create an
application with Geronimo as an execution environment, but when you
try to deploy it the process will blow up as the missing deployment
pieces are missing (not finished yet). That's where I think would be
great to get some support. Once it's done everything else seems to be
just a jfc/swing development and not necessarily geronimo related.
Netbeans 6.0 is just around the corner and it'd be great if the plugin
is available at the time netbeans's on the shelves.

I'm not sure how much time I'll be able to put on the missing
deployment piece during the weekend, but would love if there's someone
who could join my efforts and help me out finishing it. Rather than
writing documentation on this or that, just ask questions and I'll
answer them and put on the wiki. I think there's no better way to
create a doc like doing it by users themselves.

Jacek





Re: Netbeans plugin

2007-11-16 Thread Jacek Laskowski
On Nov 16, 2007 1:51 PM, Kevan Miller [EMAIL PROTECTED] wrote:

 I don't recall seeing anyone but Jacek working on the Netbeans plugin.
 I'm sure he'd love to have some help.

Anyone, anywhere, anytime ;-) I'm still learning the stuff around
netbeans serverplugins development and although I've got some help
from the NetBeans team I haven't put much attention to it as it's not
as fancy as javaee 5 development and thus the veeery slow progress.

 Perhaps Jacek can fill us in on where things stand with the plugin and
 identify next steps.

The plugin can register/start/stop Geronimo. You can create an
application with Geronimo as an execution environment, but when you
try to deploy it the process will blow up as the missing deployment
pieces are missing (not finished yet). That's where I think would be
great to get some support. Once it's done everything else seems to be
just a jfc/swing development and not necessarily geronimo related.
Netbeans 6.0 is just around the corner and it'd be great if the plugin
is available at the time netbeans's on the shelves.

I'm not sure how much time I'll be able to put on the missing
deployment piece during the weekend, but would love if there's someone
who could join my efforts and help me out finishing it. Rather than
writing documentation on this or that, just ask questions and I'll
answer them and put on the wiki. I think there's no better way to
create a doc like doing it by users themselves.

Jacek

-- 
Jacek Laskowski
http://www.JacekLaskowski.pl


Re: Netbeans plugin

2007-11-16 Thread Kevan Miller


On Nov 16, 2007, at 12:19 AM, Siamak Sarmady wrote:


Hello,

I was speaking over email with Jacek Laskowski about his netbeans  
plugin.


For sometimes I have been using Geronimo with Eclipse and I should  
say it is much more faster than Glasfish.


I am sure if the netbeans plugin can be offered many of Netbeans  
developers will use Geronimo over Glassfish and Tomcat.(and new  
version of jboss which used to be offered with NB5.5 is not ready)


Anyway, I wanted to see who is working on the project (besides  
Jacek) and what is the status?


I willing to help but I do not know what to do and where to start (I  
will try to ru


Hi Siamak,
I don't recall seeing anyone but Jacek working on the Netbeans plugin.  
I'm sure he'd love to have some help. I think it would be *great* to  
have a Neatbeans plugin in addition to our Eclipse plugin.


Perhaps Jacek can fill us in on where things stand with the plugin and  
identify next steps.


--kevan 


Netbeans plugin

2007-11-15 Thread Siamak Sarmady

Hello,

I was speaking over email with Jacek Laskowski about his netbeans plugin.

For sometimes I have been using Geronimo with Eclipse and I should say 
it is much more faster than Glasfish.


I am sure if the netbeans plugin can be offered many of Netbeans 
developers will use Geronimo over Glassfish and Tomcat.(and new version 
of jboss which used to be offered with NB5.5 is not ready)


Anyway, I wanted to see who is working on the project (besides Jacek) 
and what is the status?


I willing to help but I do not know what to do and where to start (I 
will try to run the current code available in repository for now)


Regards,
Siamak



Re: svn commit: r557959 [2/3] - in /geronimo/sandbox/geronimo-netbeans-plugin: ./ nbproject/ nbproject/private/ nbproject/private/profiler/ src/ src/org/ src/org/apache/ src/org/apache/geronimo/ src/o

2007-07-21 Thread Jacek Laskowski

On 7/20/07, Kevan Miller [EMAIL PROTECTED] wrote:


On Jul 20, 2007, at 6:28 AM, [EMAIL PROTECTED] wrote:


 Added: geronimo/sandbox/geronimo-netbeans-plugin/LICENSE.txt
 URL: http://svn.apache.org/viewvc/geronimo/sandbox/geronimo-
 netbeans-plugin/LICENSE.txt?view=autorev=557959
 ==
 
 --- geronimo/sandbox/geronimo-netbeans-plugin/LICENSE.txt (added)
 +++ geronimo/sandbox/geronimo-netbeans-plugin/LICENSE.txt Fri Jul
 20 03:28:39 2007


Jacek,
This license file is specific to the Geronimo *server*. Most (I would
guess all?) of the additional licenses that are included for the
server would not apply to the netbeans plugin. This file should
contain only the Apache License V2.0 license text along with any
other licenses which are included in your source or will be included
in the binary that you build.


Sure. Thanks Kevan for the heads-up. I'll fix it in the next commit.

Jacek

--
Jacek Laskowski
http://www.JacekLaskowski.pl


Geronimo NetBeans plugin status - start/stop works

2007-07-01 Thread Jacek Laskowski

Hi,

Finally I found some time to craft something that works. I've been
working on the Geronimo NetBeans plugin for the past couple of weeks
(months?). The plugin lives in the sandbox [1] and I'm certain that it
will be there in the coming weeks. I've been asking about the plugin
so I think it's time to let people know the plugin is doing fine. I'd
like to put some documentation about it in Wiki - how to build and run
it. It works with the latest Geronimo 2 unofficial release from Prasad
and today's NB 6.0 build (I don't know whether it works with the
previous NB/Geronimo releases).

Where should I place the documentation in our Wiki?

[1] http://svn.apache.org/repos/asf/geronimo/sandbox/geronimo-netbeans-plugin

Jacek

--
Jacek Laskowski
http://www.JacekLaskowski.pl


NetBeans plugin for Geronimo - anyone interested?

2006-07-26 Thread Jacek Laskowski

Hi,

It's been a while when I approached the idea to build a serverplugins
plugin for Geronimo. After some time, when I was about to announce it
my hard drive crashed and everything flew away in the blink of an eye.
Nothing left thus it needs to be started over. We've got an Eclipse
plugin in the devtools project, but no NetBeans one.

The serverplugins module is a bunch of plugins for J2EE application
servers. There's no Geronimo plugin and I think we need to take
appropriate steps to change it. There are some alternatives - Mevenide
(M2 support and once Geronimo becomes M2-oriented it's going to be
very easy to combine those two worlds), copying j2ee modules to
hot-deploy directory of Geronimo and the last but not least Codehaus
Cargo, but it's not the truly NetBeans-oriented approach. It's time to
change it.

Therefore, I'd like to ask you how important it is to have such a
plugin for NetBeans. Would you care to help out and contribute? The
work could be conducted in sandbox so no fear it'll be lost when your
hard drive blows up.

Jacek

--
Jacek Laskowski
http://www.laskowski.net.pl


Re: NetBeans plugin for Geronimo - anyone interested?

2006-07-26 Thread Jason Dillon
NetBeans is a very popular IDE and with the latest version sporting a  
bunch of JEE features, it would be great if we had support for it...  
so that instead of needing SunONE developers could use Geronimo :-)


--jason


On Jul 26, 2006, at 2:57 PM, Jacek Laskowski wrote:


Hi,

It's been a while when I approached the idea to build a serverplugins
plugin for Geronimo. After some time, when I was about to announce it
my hard drive crashed and everything flew away in the blink of an eye.
Nothing left thus it needs to be started over. We've got an Eclipse
plugin in the devtools project, but no NetBeans one.

The serverplugins module is a bunch of plugins for J2EE application
servers. There's no Geronimo plugin and I think we need to take
appropriate steps to change it. There are some alternatives - Mevenide
(M2 support and once Geronimo becomes M2-oriented it's going to be
very easy to combine those two worlds), copying j2ee modules to
hot-deploy directory of Geronimo and the last but not least Codehaus
Cargo, but it's not the truly NetBeans-oriented approach. It's time to
change it.

Therefore, I'd like to ask you how important it is to have such a
plugin for NetBeans. Would you care to help out and contribute? The
work could be conducted in sandbox so no fear it'll be lost when your
hard drive blows up.

Jacek

--
Jacek Laskowski
http://www.laskowski.net.pl