Re: GWT MVP Frameworks

2019-05-22 Thread Frank Hossfeld
I forget to mention:

Another intresting MVP framework is 

* Nalu: https://github.com/NaluKit/nalu 

and 

* Domino-mvp: https://github.com/DominoKit/domino-mvp

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/46d6b458-196c-4785-9ba3-b955aa7b1e42%40googlegroups.com.


Re: GWT MVP Frameworks

2019-05-22 Thread Frank Hossfeld
I forget to mention:

Another intresting MVP framework is Nalu: https://github.com/NaluKit/nalu 

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/63d2bf9c-44cd-4e7f-97ef-c43d9238569b%40googlegroups.com.


Re: GWT MVP Frameworks

2018-01-03 Thread Frank Hossfeld
I am one of the contributors of mvp4g. Yeah, that's right, mvp4g uses GIN. 
That's something I don't like, but trying to remove GIN is a breaking 
change. So we decided, as we startet with mvp4g2, to keep the numbers of 
dependencies small. mvp4g2 only uses Elemental 2 (Place management). It 
does not a have a dependecy to GWT! We replace the generators with APT. So, 
I would say, once it is ready to go, it should work with j2cl. 

Am Freitag, 13. Oktober 2017 16:00:57 UTC+2 schrieb hy:
>
> Is anyone using any GWT MVP based framework?
>
> We have been using GWTP, however the development on it seems to be stalled 
> and it still depends on GIN, which is also not under active development.
>
> GWTP is extremely powerful, however a lack of investment in it recently 
> has been concerning for us and we would like to be sure that our app is 
> future compatible.
>
> So, is there any other framework anyone is using out there that works like 
> GWTP and would take minimum transition (from GIN to Dagger, etc.); and has 
> a future compatibility (annotation processing, raw HTML, etc.).
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT MVP Frameworks

2017-10-13 Thread Subhrajyoti Moitra
https://github.com/Axellience/vue-gwt

Vue+Gwt

On Fri, Oct 13, 2017 at 9:09 PM, hy  wrote:

> Errai Framework is awesome, and we are using parts of it (like jaxrs);
> however its too much focussed on javaee specific development (which is
> great btw but too heavy for general and ever-evolving use-cases and has a
> steep learning curve viz. custom CDI/IOC).
> mvp4g
> 
>  again
> uses GIN.
>
> Also, IMO JS frameworks like vue, react or polymer are very good for
> creating isolated custom components and rendering HTML.
> However for MVP/data-flow/binding/architecture they might not be the
> ideal solution (other than if you are going to fully commit to them for
> future use and as we all know there is a new js framework every month
> deprecating the old one).
>
> Vanilla js (which in this case cross-compiled by the awesome GWT
> compiler), is the path we would want to take.
> Still open to other suggestions.
>
>
> On Friday, October 13, 2017 at 10:28:16 AM UTC-4, DavidN wrote:
>>
>> I'm also depending on GWTP for my projects. It would be nice if it
>> somehow got migrated to Dagger, but I guess the company behind it stopped
>> doing GWT work.
>>
>> I'm considering moving to a mix of GWT with Vue.js in combination with
>> Vue-routing.
>>
>>
>> On Fri, Oct 13, 2017 at 4:14 PM Subhrajyoti Moitra 
>> wrote:
>>
>>> U can try http://erraiframework.org/ or https://github.com/mvp4g/mvp4g
>>> as alternatives.
>>>
>>> On Fri, Oct 13, 2017 at 7:30 PM, hy  wrote:
>>>
 Is anyone using any GWT MVP based framework?

 We have been using GWTP, however the development on it seems to be
 stalled and it still depends on GIN, which is also not under active
 development.

 GWTP is extremely powerful, however a lack of investment in it recently
 has been concerning for us and we would like to be sure that our app is
 future compatible.

 So, is there any other framework anyone is using out there that works
 like GWTP and would take minimum transition (from GIN to Dagger, etc.); and
 has a future compatibility (annotation processing, raw HTML, etc.).

 --
 You received this message because you are subscribed to the Google
 Groups "GWT Users" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to google-web-toolkit+unsubscr...@googlegroups.com.
 To post to this group, send email to google-we...@googlegroups.com.
 Visit this group at https://groups.google.com/group/google-web-toolkit.
 For more options, visit https://groups.google.com/d/optout.

>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "GWT Users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to google-web-toolkit+unsubscr...@googlegroups.com.
>>> To post to this group, send email to google-we...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/google-web-toolkit.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "GWT Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT MVP Frameworks

2017-10-13 Thread hy
Errai Framework is awesome, and we are using parts of it (like jaxrs); 
however its too much focussed on javaee specific development (which is 
great btw but too heavy for general and ever-evolving use-cases and has a 
steep learning curve viz. custom CDI/IOC).
mvp4g 

 again 
uses GIN.

Also, IMO JS frameworks like vue, react or polymer are very good for 
creating isolated custom components and rendering HTML.
However for MVP/data-flow/binding/architecture they might not be the ideal 
solution (other than if you are going to fully commit to them for future 
use and as we all know there is a new js framework every month deprecating 
the old one).

Vanilla js (which in this case cross-compiled by the awesome GWT compiler), 
is the path we would want to take.
Still open to other suggestions.


On Friday, October 13, 2017 at 10:28:16 AM UTC-4, DavidN wrote:
>
> I'm also depending on GWTP for my projects. It would be nice if it somehow 
> got migrated to Dagger, but I guess the company behind it stopped doing GWT 
> work.
>
> I'm considering moving to a mix of GWT with Vue.js in combination with 
> Vue-routing.
>
>
> On Fri, Oct 13, 2017 at 4:14 PM Subhrajyoti Moitra  > wrote:
>
>> U can try http://erraiframework.org/ or https://github.com/mvp4g/mvp4g 
>> as alternatives.
>>
>> On Fri, Oct 13, 2017 at 7:30 PM, hy > 
>> wrote:
>>
>>> Is anyone using any GWT MVP based framework?
>>>
>>> We have been using GWTP, however the development on it seems to be 
>>> stalled and it still depends on GIN, which is also not under active 
>>> development.
>>>
>>> GWTP is extremely powerful, however a lack of investment in it recently 
>>> has been concerning for us and we would like to be sure that our app is 
>>> future compatible.
>>>
>>> So, is there any other framework anyone is using out there that works 
>>> like GWTP and would take minimum transition (from GIN to Dagger, etc.); and 
>>> has a future compatibility (annotation processing, raw HTML, etc.).
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "GWT Users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to google-web-toolkit+unsubscr...@googlegroups.com 
>>> .
>>> To post to this group, send email to google-we...@googlegroups.com 
>>> .
>>> Visit this group at https://groups.google.com/group/google-web-toolkit.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "GWT Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to google-web-toolkit+unsubscr...@googlegroups.com .
>> To post to this group, send email to google-we...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/google-web-toolkit.
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT MVP Frameworks

2017-10-13 Thread David
I'm also depending on GWTP for my projects. It would be nice if it somehow
got migrated to Dagger, but I guess the company behind it stopped doing GWT
work.

I'm considering moving to a mix of GWT with Vue.js in combination with
Vue-routing.


On Fri, Oct 13, 2017 at 4:14 PM Subhrajyoti Moitra 
wrote:

> U can try http://erraiframework.org/ or https://github.com/mvp4g/mvp4g as
> alternatives.
>
> On Fri, Oct 13, 2017 at 7:30 PM, hy  wrote:
>
>> Is anyone using any GWT MVP based framework?
>>
>> We have been using GWTP, however the development on it seems to be
>> stalled and it still depends on GIN, which is also not under active
>> development.
>>
>> GWTP is extremely powerful, however a lack of investment in it recently
>> has been concerning for us and we would like to be sure that our app is
>> future compatible.
>>
>> So, is there any other framework anyone is using out there that works
>> like GWTP and would take minimum transition (from GIN to Dagger, etc.); and
>> has a future compatibility (annotation processing, raw HTML, etc.).
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "GWT Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to google-web-toolkit+unsubscr...@googlegroups.com.
>> To post to this group, send email to google-web-toolkit@googlegroups.com.
>> Visit this group at https://groups.google.com/group/google-web-toolkit.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "GWT Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT MVP Frameworks

2017-10-13 Thread Subhrajyoti Moitra
U can try http://erraiframework.org/ or https://github.com/mvp4g/mvp4g as
alternatives.

On Fri, Oct 13, 2017 at 7:30 PM, hy  wrote:

> Is anyone using any GWT MVP based framework?
>
> We have been using GWTP, however the development on it seems to be stalled
> and it still depends on GIN, which is also not under active development.
>
> GWTP is extremely powerful, however a lack of investment in it recently
> has been concerning for us and we would like to be sure that our app is
> future compatible.
>
> So, is there any other framework anyone is using out there that works like
> GWTP and would take minimum transition (from GIN to Dagger, etc.); and has
> a future compatibility (annotation processing, raw HTML, etc.).
>
> --
> You received this message because you are subscribed to the Google Groups
> "GWT Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


GWT MVP Frameworks

2017-10-13 Thread hy
Is anyone using any GWT MVP based framework?

We have been using GWTP, however the development on it seems to be stalled 
and it still depends on GIN, which is also not under active development.

GWTP is extremely powerful, however a lack of investment in it recently has 
been concerning for us and we would like to be sure that our app is future 
compatible.

So, is there any other framework anyone is using out there that works like 
GWTP and would take minimum transition (from GIN to Dagger, etc.); and has 
a future compatibility (annotation processing, raw HTML, etc.).

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.