Wicket Component

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
12 messages Options
Reply | Threaded
Open this post in threaded view
|

Wicket Component

james_sg
Hi,

I would like to know if any developer be interested in my code contribution for a Wicket component.
The Wicket component allows the developer to code content using java.
My intention is for the code contribution to eventually go to the svn repository.

Regards,
James
Reply | Threaded
Open this post in threaded view
|

Re: Wicket Component

james_sg
Why Wicket and not ZK or GWT?

Wicket allows the use of templating which is not possible with ZK or GWT.
So the Wicket component can be used in a given application, while maintaining the same look and feel of other pages in the same application.

james_sg wrote
Hi,

I would like to know if any developer be interested in my code contribution for a Wicket component.
The Wicket component allows the developer to code content using java.
My intention is for the code contribution to eventually go to the svn repository.

Regards,
James
Reply | Threaded
Open this post in threaded view
|

Re: Wicket Component

Erwan de FERRIERES
Le 19/08/2010 05:24, james_sg a écrit :

>
> Why Wicket and not ZK or GWT?
>
> Wicket allows the use of templating which is not possible with ZK or GWT.
> So the Wicket component can be used in a given application, while
> maintaining the same look and feel of other pages in the same application.
>
>
> james_sg wrote:
>>
>> Hi,
>>
>> I would like to know if any developer be interested in my code
>> contribution for a Wicket component.
>> The Wicket component allows the developer to code content using java.
>> My intention is for the code contribution to eventually go to the svn
>> repository.
>>
>> Regards,
>> James
>>
>
Hi James,

please create a JIRA issue, so your work will be at least saved. And any
of the committers, or of the OFBiz users, will have the opportunity to
test it.

Cheers,


--
Erwan de FERRIERES
www.nereide.biz
Reply | Threaded
Open this post in threaded view
|

Re: Wicket Component

Bilgin Ibryam-2
In reply to this post by james_sg
I'd like to see it.
Please would you create a jira issue and attach your code?

Bilgin

On Thu, Aug 19, 2010 at 3:27 AM, james_sg <[hidden email]> wrote:

>
> Hi,
>
> I would like to know if any developer be interested in my code contribution
> for a Wicket component.
> The Wicket component allows the developer to code content using java.
> My intention is for the code contribution to eventually go to the svn
> repository.
>
> Regards,
> James
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/Wicket-Component-tp2330577p2330577.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
Reply | Threaded
Open this post in threaded view
|

Re: Wicket Component

james_sg
Hi all,

Thanks for the interest.

I will try to get the patch done over the weekends.

Regards,
James

Bilgin Ibryam-2 wrote
I'd like to see it.
Please would you create a jira issue and attach your code?

Bilgin

On Thu, Aug 19, 2010 at 3:27 AM, james_sg <snowmedal@hotmail.com> wrote:

>
> Hi,
>
> I would like to know if any developer be interested in my code contribution
> for a Wicket component.
> The Wicket component allows the developer to code content using java.
> My intention is for the code contribution to eventually go to the svn
> repository.
>
> Regards,
> James
>
Reply | Threaded
Open this post in threaded view
|

Re: Wicket Component

Brian Topping
Yes, I would like to work with this too.  I am a very active Wicket user and have done a number of sites with it.  Last year, I built an application and converted a couple of GWT users over to it -- if by conversion I mean that the next sites they did for their own companies now use it!

On Aug 19, 2010, at 9:29 PM, james_sg wrote:

>
> Hi all,
>
> Thanks for the interest.
>
> I will try to get the patch done over the weekends.
>
> Regards,
> James
>
>
> Bilgin Ibryam-2 wrote:
>>
>> I'd like to see it.
>> Please would you create a jira issue and attach your code?
>>
>> Bilgin
>>
>> On Thu, Aug 19, 2010 at 3:27 AM, james_sg <[hidden email]> wrote:
>>
>>>
>>> Hi,
>>>
>>> I would like to know if any developer be interested in my code
>>> contribution
>>> for a Wicket component.
>>> The Wicket component allows the developer to code content using java.
>>> My intention is for the code contribution to eventually go to the svn
>>> repository.
>>>
>>> Regards,
>>> James
>>>
>>
>>
>
> --
> View this message in context: http://ofbiz.135035.n4.nabble.com/Wicket-Component-tp2330577p2332078.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>

Reply | Threaded
Open this post in threaded view
|

Re: Wicket Component

Jacques Le Roux
Administrator
From: "Brian Topping" <[hidden email]>
> Yes, I would like to work with this too.  I am a very active Wicket user and have done a number of sites with it.  Last year, I
> built an application and converted a couple of GWT users over to it -- if by conversion I mean that the next sites they did for
> their own companies now use it!

This is really a good argument indeed!

Thanks Brian

Jacques

> On Aug 19, 2010, at 9:29 PM, james_sg wrote:
>
>>
>> Hi all,
>>
>> Thanks for the interest.
>>
>> I will try to get the patch done over the weekends.
>>
>> Regards,
>> James
>>
>>
>> Bilgin Ibryam-2 wrote:
>>>
>>> I'd like to see it.
>>> Please would you create a jira issue and attach your code?
>>>
>>> Bilgin
>>>
>>> On Thu, Aug 19, 2010 at 3:27 AM, james_sg <[hidden email]> wrote:
>>>
>>>>
>>>> Hi,
>>>>
>>>> I would like to know if any developer be interested in my code
>>>> contribution
>>>> for a Wicket component.
>>>> The Wicket component allows the developer to code content using java.
>>>> My intention is for the code contribution to eventually go to the svn
>>>> repository.
>>>>
>>>> Regards,
>>>> James
>>>>
>>>
>>>
>>
>> --
>> View this message in context: http://ofbiz.135035.n4.nabble.com/Wicket-Component-tp2330577p2332078.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Wicket Component

james_sg
In reply to this post by Erwan de FERRIERES
Hi all,

I have logged the issue which can be found at https://issues.apache.org/jira/browse/OFBIZ-3897.
Current patch against the trunk serves as a proof of concept. Only for Tomahawk theme.
Some areas in the header are still hardcoded.

Would be glad if someone can carried on from here, to include other themes, add footer etc.

Regards,
James

Erwan de FERRIERES wrote
Hi James,

please create a JIRA issue, so your work will be at least saved. And any
of the committers, or of the OFBiz users, will have the opportunity to
test it.

Cheers,


--
Erwan de FERRIERES
www.nereide.biz
Reply | Threaded
Open this post in threaded view
|

Re: Wicket Component

Ashish Vijaywargiya
Hello James,

I have provide my preliminary comments on your work -
https://issues.apache.org/jira/browse/OFBIZ-3897.
Please let us know your thoughts on this whenever you get a chance.

--
Ashish

On Mon, Aug 23, 2010 at 8:52 AM, james_sg <[hidden email]> wrote:

>
> Hi all,
>
> I have logged the issue which can be found at
> https://issues.apache.org/jira/browse/OFBIZ-3897.
> Current patch against the trunk serves as a proof of concept. Only for
> Tomahawk theme.
> Some areas in the header are still hardcoded.
>
> Would be glad if someone can carried on from here, to include other themes,
> add footer etc.
>
> Regards,
> James
>
>
> Erwan de FERRIERES wrote:
>>
>>
>> Hi James,
>>
>> please create a JIRA issue, so your work will be at least saved. And any
>> of the committers, or of the OFBiz users, will have the opportunity to
>> test it.
>>
>> Cheers,
>>
>>
>> --
>> Erwan de FERRIERES
>> www.nereide.biz
>>
>>
>
> --
> View this message in context: http://ofbiz.135035.n4.nabble.com/Wicket-Component-tp2330577p2334590.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
Reply | Threaded
Open this post in threaded view
|

Re: Wicket Component

james_sg
Thanks Ashish,

My comments at https://issues.apache.org/jira/browse/OFBIZ-3897.

Regards,
James

Ashish Vijaywargiya wrote
Hello James,

I have provide my preliminary comments on your work -
https://issues.apache.org/jira/browse/OFBIZ-3897.
Please let us know your thoughts on this whenever you get a chance.

--
Ashish
Reply | Threaded
Open this post in threaded view
|

Re: Wicket Component

james_sg
In reply to this post by james_sg
Hi all,

I have uploaded an improved patch at https://issues.apache.org/jira/browse/OFBIZ-3897.

Comments are appreciated.

Regards,
James

james_sg wrote
Hi all,

I have logged the issue which can be found at https://issues.apache.org/jira/browse/OFBIZ-3897.
Current patch against the trunk serves as a proof of concept. Only for Tomahawk theme.
Some areas in the header are still hardcoded.

Would be glad if someone can carried on from here, to include other themes, add footer etc.

Regards,
James
Reply | Threaded
Open this post in threaded view
|

Re: Wicket Component

BJ Freeman
one other thing you can do is have people click on watch it in the jira.
that way they will get personal updates if not on the dev list when the
jira has activity.

=========================
BJ Freeman  <http://bjfreeman.elance.com>
Strategic Power Office with Supplier Automation  <http://www.businessesnetwork.com/automation/viewforum.php?f=52>
Specialtymarket.com  <http://www.specialtymarket.com/>
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man


james_sg sent the following on 8/31/2010 9:40 AM:

>
> Hi all,
>
> I have uploaded an improved patch at
> https://issues.apache.org/jira/browse/OFBIZ-3897.
>
> Comments are appreciated.
>
> Regards,
> James
>
>
> james_sg wrote:
>>
>> Hi all,
>>
>> I have logged the issue which can be found at
>> https://issues.apache.org/jira/browse/OFBIZ-3897.
>> Current patch against the trunk serves as a proof of concept. Only for
>> Tomahawk theme.
>> Some areas in the header are still hardcoded.
>>
>> Would be glad if someone can carried on from here, to include other
>> themes, add footer etc.
>>
>> Regards,
>> James
>>
>>
>