Re: Alerts system... tests??

2011-09-12 Thread dragan.sahpas...@gmail.com
+1 on groovy tests On Sep 12, 2011 9:07 PM, "Howard Lewis Ship" wrote: > > On Mon, Sep 12, 2011 at 11:52 AM, Robert Zeigler > wrote: > > Aha! That's why I missed them. :) Thanks... keep forgetting about the groovy tests! > > Right ... and all new tests I write are in Groovy. > > > > > Robert > >

Re: EmbeddedComponent Mixin: -1

2011-08-15 Thread dragan.sahpas...@gmail.com
Dragan Sahpaski > > On Mon, Aug 15, 2011 at 11:06 AM, dragan.sahpas...@gmail.com > wrote: > > Hi, > > On Mon, Aug 15, 2011 at 2:11 PM, Thiago H. de Paula Figueiredo < > > thiag...@gmail.com> wrote: > > > >> On Sat, 13 Aug 2011 01:39:36 -0300, Robert

Re: EmbeddedComponent Mixin: -1

2011-08-15 Thread dragan.sahpas...@gmail.com
On Mon, Aug 15, 2011 at 6:59 PM, Howard Lewis Ship wrote: > Actually, I'd rather ensure that it's easier to re-use the Grid > component's constituent parts in new forms than to try and make Grid > all things to all people. Grid is (supposed to be) scaffolding, like > BeanEditForm, but too often,

Re: EmbeddedComponent Mixin: -1

2011-08-15 Thread dragan.sahpas...@gmail.com
Hi, On Mon, Aug 15, 2011 at 2:11 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Sat, 13 Aug 2011 01:39:36 -0300, Robert Zeigler < > robert.zeig...@roxanemy.com> wrote: > > I disagree with your assessment of mixins. Mixins are primarily tied to >> the component lifecycle, not

Re: EmbeddedComponent Mixin: -1

2011-08-13 Thread dragan.sahpas...@gmail.com
Continuing the JIRA discussion here: So I'm -1 on this change. I wouldn't be happy with Java code that downcast from an interface to an implementation class and then used reflection to modify its fields ... that's pretty much what we have here. Yes the casting can be solved, but I didn't exactly

Re: EmbeddedComponent Mixin: -1

2011-08-13 Thread dragan.sahpas...@gmail.com
On Sat, Aug 13, 2011 at 12:45 AM, Howard Lewis Ship wrote: > See notes here: > > > https://issues.apache.org/jira/browse/TAP5-1606?focusedCommentId=13084434#comment-13084434 > > I'm -1 on this change. It goes against an important part of the > Tapestry design: that embedded components are part of

Re: Extending the mixin concept (just a bit)

2011-08-05 Thread dragan.sahpas...@gmail.com
like with Grid, > BeanEditor, etc. Dragan's use case makes sense to me, but I'm > wondering if anybody can reason why this might not be such a good idea > or see any better solutions for the problem. > > Kalle > > > On Sat, Jul 30, 2011 at 2:10 AM, dragan.sahpas

Extending the mixin concept (just a bit)

2011-07-30 Thread dragan.sahpas...@gmail.com
Dear Developers, As partof GSOC 2011 I'm doing (as well as some other things) a contextmenu mixin that should work with the t5 grid. The mixin works fine on other components but the t5 grid is tricky because I want to

Re: GSOC Right Click Menu

2011-07-15 Thread dragan.sahpas...@gmail.com
svn will be easier to work with. I'm also making integration tests in t5 test app1 that will be ready very soon. Cheers, Dragan Sahpaski On Thu, Jul 7, 2011 at 8:03 AM, Kalle Korhonen wrote: > On Wed, Jul 6, 2011 at 7:16 PM, dragan.sahpas...@gmail.com > wrote: > > On Wed, J

Re: GSOC Right Click Menu

2011-07-06 Thread dragan.sahpas...@gmail.com
Hey thanks, Really appreciate it. Cheers, Dragan Sahpaski On Thu, Jul 7, 2011 at 2:50 AM, Taha Hafeez wrote: > Hi Dragan, > > It looks great !! > > regards > Taha > > On Thu, Jul 7, 2011 at 5:49 AM, Jonathan Barker < > jonathan.theit...@gmail.com > > wrote: > > > Dragan, > > > > Nice work. I l

Re: GSOC Right Click Menu

2011-07-06 Thread dragan.sahpas...@gmail.com
Hi, On Thu, Jul 7, 2011 at 2:19 AM, Jonathan Barker wrote: > Dragan, > > Nice work. I look forward to inclusion in the core. > I'm glad you like it > > I'm not sure if this will help in your grid enhancements, or just muddy the > waters, but > > a) Do you always want the grids to be bookma

Re: GSOC Right Click Menu

2011-07-06 Thread dragan.sahpas...@gmail.com
Hi, See my comments below. On Wed, Jul 6, 2011 at 8:59 PM, Kalle Korhonen wrote: > Dragan, the demo site you've put together looks very nice indeed, I > strongly encourage other to take a look as well! Comments below. > > On Wed, Jun 29, 2011 at 2:47 PM, dragan.sahpas...@gmail.co

Re: [jira] [Updated] (TAP5-1476) Deprecate MultiZoneUpdate, replace with an injectable service to collect zone updates

2011-07-06 Thread dragan.sahpas...@gmail.com
Hi, On Wed, Jul 6, 2011 at 10:16 AM, Taha Hafeez wrote: > Hi Dragan, > > On Wed, Jul 6, 2011 at 1:21 PM, dragan.sahpas...@gmail.com < > dragan.sahpas...@gmail.com> wrote: > > > Hi Taha, > > I was looking at the new tests and didn't figure out how to update

Re: [jira] [Updated] (TAP5-1476) Deprecate MultiZoneUpdate, replace with an injectable service to collect zone updates

2011-07-06 Thread dragan.sahpas...@gmail.com
Hi Taha, I was looking at the new tests and didn't figure out how to update multiple zones but not the zone triggering the ajax. This corresponds to the scenario when you return a MultiZoneUpdate not containig the zone triggering the ajax. I have used this many many times when a component renders

Re: GSOC Right Click Menu

2011-06-29 Thread dragan.sahpas...@gmail.com
issues are very welcomed. Cheers, Dragan Sahpaski On Wed, Jun 15, 2011 at 1:27 PM, dragan.sahpas...@gmail.com < dragan.sahpas...@gmail.com> wrote: > Hi, > > I have updated the contextmenu with other client events like mousedown, > mouseover etc. that you can look at on the

Re: Eclipse WTP based Tapestry visual editor project update site

2011-06-24 Thread dragan.sahpas...@gmail.com
How about ctrl + alt + x This is the key combination in the loom eclipse t5 plugin. Also will the user be able to change the combination in window->preferences->general->keys ? Cheers, Dragan Sahpaski 2011/6/24 Gavin Lei > This key combination is Eclipse def

Re: GSOC Right Click Menu

2011-06-15 Thread dragan.sahpas...@gmail.com
ah.com/contextmenu/) > Dragan put together makes it easy to track the project status even if > you don't have time to dive into the code. We already talked about the > items via Skype but a few quick comments below.. > > On Sun, May 29, 2011 at 1:51 PM, dragan.sahpas...@gma

GSOC Right Click Menu

2011-05-29 Thread dragan.sahpas...@gmail.com
Dear all, *Short intro:* I have started working on my project and will give brief updates each week on the dev list. I'm hosting my project on apache-extras and also I have setup a live preview of a demo app here http://dragan

RightClickMenu

2011-05-23 Thread dragan.sahpas...@gmail.com
Hi all, You can find my GSOC project here http://code.google.com/a/apache-extras.org/p/right-click-menu-gsoc2011/ I have not committed anything yet, but will do so in the next few days. Every 2 or so weeks I will post update when something new is implemented here, I'll also setup a live version of

Re: [GSOC 2011] Right Click Menu

2011-04-08 Thread dragan.sahpas...@gmail.com
ent) and > looks like I'd be mentoring you. I'm registered as a mentor on the > gsoc site and my id there is kaosko. > > Kalle > > > On Thu, Apr 7, 2011 at 1:10 PM, dragan.sahpas...@gmail.com > wrote: > > Hi, > > I made my proposal a bit more ambitiou

Re: [GSOC 2011] Right Click Menu

2011-04-07 Thread dragan.sahpas...@gmail.com
Here is the public link from the GSOC site. http://www.google-melange.com/gsoc/proposal/review/google/gsoc2011/dragansah/1 Cheers, Dragan Sahpaski On Thu, Apr 7, 2011 at 10:10 PM, dragan.sahpas...@gmail.com < dragan.sahpas...@gmail.com> wrote: > Hi, > I made my proposal a bit mo

Re: [GSOC 2011] Right Click Menu

2011-04-07 Thread dragan.sahpas...@gmail.com
optional components for the Apache Tapestry5 java web application framework. Student Name: Dragan Shahpaski Student E-mail: dragan.sahpas...@gmail.com Organization/Project: The Apache Software Foundation / Tapestry 5 Assigned Mentor: Proposal Abstract: This project consistst of two parts. The first

Re: [GSOC 2011] Right Click Menu

2011-04-06 Thread dragan.sahpas...@gmail.com
udent E-mail: dragan.sahpas...@gmail.com Organization/Project: The Apache Software Foundation / Tapestry 5 Assigned Mentor: Proposal Abstract: This project will produce a generic and powerfull Right Click Menu (also known as Context Menu) component for Tapestry5. The Right Click Menu component is

Re: [GSOC 2011] Right Click Menu

2011-03-30 Thread dragan.sahpas...@gmail.com
Sorry I forgot the link to the wiki: http://wiki.apache.org/tapestry/gsoc2011-RightClickMenu <http://wiki.apache.org/tapestry/gsoc2011-RightClickMenu> Cheers, Dragan Sahpaski On Wed, Mar 30, 2011 at 10:12 PM, dragan.sahpas...@gmail.com < dragan.sahpas...@gmail.com> wrote: > H

Re: GSOC 2011 proposal

2011-03-29 Thread dragan.sahpas...@gmail.com
> > On 25.03.2011 19:16, Kalle Korhonen wrote: > > On Fri, Mar 25, 2011 at 3:35 AM, dragan.sahpas...@gmail.com > > wrote: > >> On Thu, Mar 24, 2011 at 9:28 PM, Kalle Korhonen < > kalle.o.korho...@gmail.com> > >> wrote: > >>> On Thu, Mar 24

Re: GSOC 2011 proposal

2011-03-25 Thread dragan.sahpas...@gmail.com
Hi, On Thu, Mar 24, 2011 at 9:28 PM, Kalle Korhonen wrote: > On Thu, Mar 24, 2011 at 1:32 AM, dragan.sahpas...@gmail.com > wrote: > > I have no problem with working on new components (like GSOC 2010) or some > > other functionalities. IMO I think that this project should focu

Re: GSOC 2011 proposal

2011-03-24 Thread dragan.sahpas...@gmail.com
That being said, you'll find my comments to your ideas inline. > > You might also want to look at > https://issues.apache.org/jira/browse/TAP5-1474 as well as at some of > the wishlist items for additional ideas. > > Uli > > On 24.03.2011 09:32, dragan.sahpas...@gmail.com wrote: > >

Re: GSOC 2011 proposal

2011-03-24 Thread dragan.sahpas...@gmail.com
myself but I'll make time to make a strong proposal for > whatever topic you and us decide on. > > Kalle > > > On Wed, Mar 23, 2011 at 3:15 PM, dragan.sahpas...@gmail.com > wrote: > > Hi, > > I want to be a T5 GSOC student because I want to contribute to the

GSOC 2011 proposal

2011-03-23 Thread dragan.sahpas...@gmail.com
Hi, I want to be a T5 GSOC student because I want to contribute to the T5 community and I think that the GSOC programme can provide me with mentorship (from a T5 commiter or high skilled developer) that will get me familiar with the internals of the T5 web framework and IOC container. I know that