Frank Wierzbicki | 21 Jun 16:49

Call for cool demo stuff

So Jim Baker and I have a talk at this years EuroPython
href=http://registration.europython.eu/talk_abstracts.html#12 called
Cool Stuff With Jython and I was hoping that some of you have cooler
stuff than I do :).  I'll be sure to give credit for demos I show --
and I'll promise a t-shirt for any demo code that I use -- though I
have yet to have any made (stealing the idea from the JRuby guys) --
you'll have to wait until I have them :).

-Frank

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
Moore, Greg | 23 Jun 20:21
Favicon

Re: [Jython-users] Call for cool demo stuff

Frank,

Since cool is somewhat subjective... it may not be cool as in 3D
animation but does show off swing pretty well maybe it would be useful.
http://wiki.python.org/jython/SwingSampler When I posted this I had
written permission from the professor that wrote this (whose name I
can't remember at the moment)

Greg.

-----Original Message-----
From: jython-users-bounces <at> lists.sourceforge.net
[mailto:jython-users-bounces <at> lists.sourceforge.net] On Behalf Of Frank
Wierzbicki
Sent: Saturday, June 21, 2008 7:50 AM
To: Jython Developers; jython-users <at> lists.sourceforge.net
Subject: [Jython-users] Call for cool demo stuff

So Jim Baker and I have a talk at this years EuroPython
href=http://registration.europython.eu/talk_abstracts.html#12 called
Cool Stuff With Jython and I was hoping that some of you have cooler
stuff than I do :).  I'll be sure to give credit for demos I show --
and I'll promise a t-shirt for any demo code that I use -- though I
have yet to have any made (stealing the idea from the JRuby guys) --
you'll have to wait until I have them :).

-Frank

------------------------------------------------------------------------
-
(Continue reading)

josu jugo | 26 Jun 17:54

Netbeans and jython

Hi

I want to use NetBeans as GUI tool for Jython. I have read that it is  
possible to use uno.py,  which is part of the OpenOffice.org suite,  
with this purpose.

Has anybody used this?

Thanks

josu

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
Frank Wierzbicki | 27 Jun 19:40

Re: [Jython-users] Call for cool demo stuff

On Mon, Jun 23, 2008 at 2:21 PM, Moore, Greg <Greg_W_Moore <at> adp.com> wrote:
> Frank,
>
> Since cool is somewhat subjective... it may not be cool as in 3D
> animation but does show off swing pretty well maybe it would be useful.
> http://wiki.python.org/jython/SwingSampler When I posted this I had
> written permission from the professor that wrote this (whose name I
> can't remember at the moment)
Hey Greg, thanks for the response, the swing code is pretty cool -- we
should probably mention the professor's name on the wiki if you can
find it.

-Frank

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
Pekka Laukkanen | 27 Jun 19:01
Favicon

Re: Call for cool demo stuff

Hi,

I just sent a note to users list about Robot Framework, and if you are
still looking for demos and find test automation interesting you may
consider using it. Java GUI testing probably would demo pretty well,
and that would be something you can't do without Jython. We are
currently setting up a separate project for a Java GUI test library
[1] and it even includes a simple demo. No code is publicly available
yet -- we are in the process of converting package names from
com.nokia to org.robotframework -- but if you are interested we can
give you the code somehow.

[1] http://code.google.com/p/robotframework-swinglibrary/

Cheers,
    .peke

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
Jim Baker | 27 Jun 19:28
Favicon

Re: Call for cool demo stuff

Pekka and Greg,

Definitely we're still interested in these and other contributions. Frank and I haven't begun to put together our presentation because we feel that the coolest thing of all we can show at EuroPython is what will be the Jython 2.5 alpha. So we're working hard on that!

- Jim

In getting as much 2.5 functionality done before EuroPython as we can

On Fri, Jun 27, 2008 at 11:01 AM, Pekka Laukkanen <peke <at> iki.fi> wrote:
Hi,

I just sent a note to users list about Robot Framework, and if you are
still looking for demos and find test automation interesting you may
consider using it. Java GUI testing probably would demo pretty well,
and that would be something you can't do without Jython. We are
currently setting up a separate project for a Java GUI test library
[1] and it even includes a simple demo. No code is publicly available
yet -- we are in the process of converting package names from
com.nokia to org.robotframework -- but if you are interested we can
give you the code somehow.

[1] http://code.google.com/p/robotframework-swinglibrary/

Cheers,
   .peke

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Jython-dev mailing list
Jython-dev <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jython-dev



--
Jim Baker
jbaker <at> zyasoft.com
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Jython-dev mailing list
Jython-dev <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jython-dev
Moore, Greg | 27 Jun 19:41
Favicon

Re: Call for cool demo stuff

Thanks Jim.

I have a couple of others that I’m going to try to submit. One that I wrote that creates a tabbed pane with XML
syntax highlighting using the Bounce syntax highlighter  (java jar) and swing. J its pretty simple to use.
but I need to make some changes and some cleanup. When do you need these by?

 

Pekka,

I looked at the Robot Framework link and it looks very interesting. I look forward to evaluating it further.
I am interested in the robotframework-swinglibrary when its available.

 

Greg.

 

From: james.edward.baker <at> gmail.com [mailto:james.edward.baker <at> gmail.com] On Behalf Of Jim Baker
Sent: Friday, June 27, 2008 10:28 AM
To: Pekka Laukkanen; Moore, Greg
Cc: Frank Wierzbicki; jython-dev <at> lists.sourceforge.net
Subject: Re: [Jython-dev] Call for cool demo stuff

 

Pekka and Greg,

Definitely we're still interested in these and other contributions. Frank and I haven't begun to put
together our presentation because we feel that the coolest thing of all we can show at EuroPython is what
will be the Jython 2.5 alpha. So we're working hard on that!

- Jim

In getting as much 2.5 functionality done before EuroPython as we can

On Fri, Jun 27, 2008 at 11:01 AM, Pekka Laukkanen <peke <at> iki.fi> wrote:

Hi,

I just sent a note to users list about Robot Framework, and if you are
still looking for demos and find test automation interesting you may
consider using it. Java GUI testing probably would demo pretty well,
and that would be something you can't do without Jython. We are
currently setting up a separate project for a Java GUI test library
[1] and it even includes a simple demo. No code is publicly available
yet -- we are in the process of converting package names from
com.nokia to org.robotframework -- but if you are interested we can
give you the code somehow.

[1] http://code.google.com/p/robotframework-swinglibrary/


Cheers,
   .peke


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php

_______________________________________________
Jython-dev mailing list
Jython-dev <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jython-dev





-- 
Jim Baker
jbaker <at> zyasoft.com 


This message and any attachments are intended only for the use of the addressee and may contain information
that is privileged and confidential. If the reader of the message is not the intended recipient or an
authorized representative of the intended recipient, you are hereby notified that any dissemination of
this communication is strictly prohibited. If you have received this communication in error, please
notify us immediately by e-mail and delete the message and any attachments from your system.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Jython-dev mailing list
Jython-dev <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jython-dev
Frank Wierzbicki | 27 Jun 19:43

Re: Call for cool demo stuff

On Fri, Jun 27, 2008 at 1:41 PM, Moore, Greg <Greg_W_Moore <at> adp.com> wrote:
> Thanks Jim.
>
> I have a couple of others that I'm going to try to submit. One that I wrote
> that creates a tabbed pane with XML syntax highlighting using the Bounce
> syntax highlighter  (java jar) and swing. J its pretty simple to use. but I
> need to make some changes and some cleanup. When do you need these by?
That sounds very nice -- it would be nice to have demo stuff as early
next week as possible, since EP is the week after that.

-Frank

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
Moore, Greg | 27 Jun 19:52
Favicon

Re: Call for cool demo stuff

Ok. Great. :) this wont take too much clean up. And I can have it ready
for you. I guess this weekend I work on Jython instead of brewing beer.
Lol.

Greg.

-----Original Message-----
From: jython-dev-bounces <at> lists.sourceforge.net
[mailto:jython-dev-bounces <at> lists.sourceforge.net] On Behalf Of Frank
Wierzbicki
Sent: Friday, June 27, 2008 10:44 AM
To: Moore, Greg
Cc: jython-dev <at> lists.sourceforge.net
Subject: Re: [Jython-dev] Call for cool demo stuff

On Fri, Jun 27, 2008 at 1:41 PM, Moore, Greg <Greg_W_Moore <at> adp.com>
wrote:
> Thanks Jim.
>
> I have a couple of others that I'm going to try to submit. One that I
wrote
> that creates a tabbed pane with XML syntax highlighting using the
Bounce
> syntax highlighter  (java jar) and swing. J its pretty simple to use.
but I
> need to make some changes and some cleanup. When do you need these by?
That sounds very nice -- it would be nice to have demo stuff as early
next week as possible, since EP is the week after that.

-Frank

------------------------------------------------------------------------
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Jython-dev mailing list
Jython-dev <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jython-dev

This message and any attachments are intended only for the use of the addressee and may contain information
that is privileged and confidential. If the reader of the message is not the intended recipient or an
authorized representative of the intended recipient, you are hereby notified that any dissemination of
this communication is strictly prohibited. If you have received this communication in error, please
notify us immediately by e-mail and delete the message and any attachments from your system.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
Pekka Laukkanen | 27 Jun 19:53
Favicon

Re: Call for cool demo stuff

2008/6/27 Moore, Greg <Greg_W_Moore <at> adp.com>:
> I looked at the Robot Framework link and it looks very interesting. I look
> forward to evaluating it further. I am interested in the
> robotframework-swinglibrary when its available.

Thanks! You may want to join e.g. our announcement list [1] to hear
about SwingLibrary when its available.

[1] http://groups.google.com/group/robotframework-announce

Cheers,
    .peke

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php

Gmane