You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by "Raido Kuli (JIRA)" <ji...@apache.org> on 2010/03/10 13:23:27 UTC

[jira] Created: (WOOKIE-127) Python inital framework

Python inital framework
-----------------------

                 Key: WOOKIE-127
                 URL: https://issues.apache.org/jira/browse/WOOKIE-127
             Project: Wookie
          Issue Type: New Feature
          Components: Server
            Reporter: Raido Kuli
         Attachments: pythonInitalFramework20100310.zip

I've never ever written anything  in Python.

Just looked up some examples and gave it a try.

Methods:

getAvailableWidgets()
getOrCreateInstance()

See TestWookieService.py

I ran it from command line "python TestWookieService.py" 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WOOKIE-127) Python inital framework

Posted by "Scott Wilson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WOOKIE-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Wilson updated WOOKIE-127:
--------------------------------

    Fix Version/s: 0.8.1

Assigning to 1.1

> Python inital framework
> -----------------------
>
>                 Key: WOOKIE-127
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-127
>             Project: Wookie
>          Issue Type: New Feature
>          Components: Server
>            Reporter: Raido Kuli
>             Fix For: 0.8.1
>
>         Attachments: python_framework20100315.zip
>
>
> I've never ever written anything  in Python.
> Just looked up some examples and gave it a try.
> Methods:
> getAvailableWidgets()
> getOrCreateInstance()
> See TestWookieService.py
> I ran it from command line "python TestWookieService.py" 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WOOKIE-127) Python inital framework

Posted by "Raido Kuli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WOOKIE-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raido Kuli updated WOOKIE-127:
------------------------------

    Attachment: python_framework20100315.zip

Updates:

User and Property class written

add/delete/get participants methods
add/delete/get properties methods

Add current user as participant on widget getOrCreateInstance.

See TestWookieService for some examples and testing.

Should stable enough to add svn, BUT needs some more work. Have to overlook error and data handling, create some exceptions maybe and other that kind of things.

> Python inital framework
> -----------------------
>
>                 Key: WOOKIE-127
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-127
>             Project: Wookie
>          Issue Type: New Feature
>          Components: Server
>            Reporter: Raido Kuli
>         Attachments: python_framework20100315.zip
>
>
> I've never ever written anything  in Python.
> Just looked up some examples and gave it a try.
> Methods:
> getAvailableWidgets()
> getOrCreateInstance()
> See TestWookieService.py
> I ran it from command line "python TestWookieService.py" 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WOOKIE-127) Python inital framework

Posted by "Raido Kuli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WOOKIE-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raido Kuli updated WOOKIE-127:
------------------------------

    Attachment:     (was: pythonInitalFramework20100310.zip)

> Python inital framework
> -----------------------
>
>                 Key: WOOKIE-127
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-127
>             Project: Wookie
>          Issue Type: New Feature
>          Components: Server
>            Reporter: Raido Kuli
>         Attachments: python_framework20100315.zip
>
>
> I've never ever written anything  in Python.
> Just looked up some examples and gave it a try.
> Methods:
> getAvailableWidgets()
> getOrCreateInstance()
> See TestWookieService.py
> I ran it from command line "python TestWookieService.py" 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Updated: (WOOKIE-127) Python inital framework

Posted by Raido Kuli <ra...@gmail.com>.
I have no spare time in near future, but I let you know when I've done
some real world testing.

--
Raido



On Thu, Mar 11, 2010 at 3:45 PM, Ross Gardler <rg...@apache.org> wrote:
> On 10/03/2010 22:38, Scott Wilson wrote:
>>
>> Hey Raido, you really are keeping your fingers busy :-)
>
> All praise to Raido!!!
>
>> Now we just need a nice Python app to try it out with
>
> I'd love to see something for our "soon to be public" nearby people app over
> on the community development project - see
> http://community.zones.apache.org/pick_place/
>
> I'm thinking we could widgetize the whole interface and just leave the
> Django (i.e. Python) back end. It already has a REST API.
>
> Source/Docs is at http://svn.apache.org/repos/asf/comdev/nearby_people/ if
> anyone fancies having a bash at a search
>
> Ross
>

Re: [jira] Updated: (WOOKIE-127) Python inital framework

Posted by Scott Wilson <sc...@gmail.com>.
IOn 11 Mar 2010, at 13:45, Ross Gardler wrote:

> On 10/03/2010 22:38, Scott Wilson wrote:
>> Hey Raido, you really are keeping your fingers busy :-)
> 
> All praise to Raido!!!
> 
> > Now we just need a nice Python app to try it out with
> 
> I'd love to see something for our "soon to be public" nearby people app over on the community development project - see http://community.zones.apache.org/pick_place/
> 
> I'm thinking we could widgetize the whole interface and just leave the Django (i.e. Python) back end. It already has a REST API.
> 
> Source/Docs is at http://svn.apache.org/repos/asf/comdev/nearby_people/ if anyone fancies having a bash at a search
> 
> Ross

I'm having a go at wookifying Jaiku as a way of testing out Raido's python connector framework - it'll take me a good while though, so if anyone else can offer any feedback on the Python work please do!


Re: [jira] Updated: (WOOKIE-127) Python inital framework

Posted by Ross Gardler <rg...@apache.org>.
On 10/03/2010 22:38, Scott Wilson wrote:
> Hey Raido, you really are keeping your fingers busy :-)

All praise to Raido!!!

 > Now we just need a nice Python app to try it out with

I'd love to see something for our "soon to be public" nearby people app 
over on the community development project - see 
http://community.zones.apache.org/pick_place/

I'm thinking we could widgetize the whole interface and just leave the 
Django (i.e. Python) back end. It already has a REST API.

Source/Docs is at http://svn.apache.org/repos/asf/comdev/nearby_people/ 
if anyone fancies having a bash at a search

Ross

Re: [jira] Updated: (WOOKIE-127) Python inital framework

Posted by Scott Wilson <sc...@gmail.com>.
Hey Raido, you really are keeping your fingers busy :-)

Now we just need a nice Python app to try it out with - maybe Pinax[1]?

Jaiku has also now gone Open Source [2] - that might be fun ;-)

S

[1] http://pinaxproject.com/
[2] http://www.zengestrom.com/blog/2009/03/jaiku-is-now-open-source.html

On 10 Mar 2010, at 12:23, Raido Kuli (JIRA) wrote:

>
>     [ https://issues.apache.org/jira/browse/WOOKIE-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel 
>  ]
>
> Raido Kuli updated WOOKIE-127:
> ------------------------------
>
>    Attachment: pythonInitalFramework20100310.zip
>
>> Python inital framework
>> -----------------------
>>
>>                Key: WOOKIE-127
>>                URL: https://issues.apache.org/jira/browse/WOOKIE-127
>>            Project: Wookie
>>         Issue Type: New Feature
>>         Components: Server
>>           Reporter: Raido Kuli
>>        Attachments: pythonInitalFramework20100310.zip
>>
>>
>> I've never ever written anything  in Python.
>> Just looked up some examples and gave it a try.
>> Methods:
>> getAvailableWidgets()
>> getOrCreateInstance()
>> See TestWookieService.py
>> I ran it from command line "python TestWookieService.py"
>
> -- 
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>


[jira] Updated: (WOOKIE-127) Python inital framework

Posted by "Raido Kuli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WOOKIE-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raido Kuli updated WOOKIE-127:
------------------------------

    Attachment: pythonInitalFramework20100310.zip

> Python inital framework
> -----------------------
>
>                 Key: WOOKIE-127
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-127
>             Project: Wookie
>          Issue Type: New Feature
>          Components: Server
>            Reporter: Raido Kuli
>         Attachments: pythonInitalFramework20100310.zip
>
>
> I've never ever written anything  in Python.
> Just looked up some examples and gave it a try.
> Methods:
> getAvailableWidgets()
> getOrCreateInstance()
> See TestWookieService.py
> I ran it from command line "python TestWookieService.py" 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WOOKIE-127) Python inital framework

Posted by "Scott Wilson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WOOKIE-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12845953#action_12845953 ] 

Scott Wilson commented on WOOKIE-127:
-------------------------------------

I've added Apache 2 license headers to the code and checked it in.

> Python inital framework
> -----------------------
>
>                 Key: WOOKIE-127
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-127
>             Project: Wookie
>          Issue Type: New Feature
>          Components: Server
>            Reporter: Raido Kuli
>         Attachments: python_framework20100315.zip
>
>
> I've never ever written anything  in Python.
> Just looked up some examples and gave it a try.
> Methods:
> getAvailableWidgets()
> getOrCreateInstance()
> See TestWookieService.py
> I ran it from command line "python TestWookieService.py" 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.