one bigger project i'm doing is an internal website at my university's
institute for planning and scheduling all lectures. basically,
collecting who is lecturing what plus additional data for scheduling
(number of students for the room size, what topic to avoid overlaps,
preferred time for a lecture, times to avoid for each teacher, ...).
then, this data is used to calculate a good scheduling.
> -version of Mvp4g you're using (version number and XML or
> Annotation),
just updated to the most recent versions, annotation.
> -how long you've been using it
project started 1 1/2 years ago, using mvp4g from the start.
> -any suggestions you have to improve it.
* when the api breaks, better instructions how to update it. e.g. i
had to introduce this "PlaceSerice" and I'm still not 100% sure if it
does the same as before ;)
* documentation on google code could be better.
H
I am also using Mvp4g for an internal app, sorry can't talk about the
project itself,
but it the framework has greatly helped in following standard practices and
letting our developers work on different pieces because of the modularization.
Thanks!
Roy
> --
> You received this message because you are subscribed to the Google Groups "Mvp4g" group.
> To post to this group, send email to mv...@googlegroups.com.
> To unsubscribe from this group, send email to mvp4g+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/mvp4g?hl=en.
>
>
--
Stop. Help save trees, there is nothing in here worth printing.
Thanks for the feedback, your website looks really good. Was it done
entirely with GWT?
On Apr 24, 6:44 am, "shaman.sir" <shama...@gmail.com> wrote:
> Hello, Pierre
>
> We are using GWT+mvp4g forhttp://experika.com
>
> - It is a web-site planned to help people find jobs all over the world, with
> the support of resume (profile) translation. It is in a early beta-stage now
> and no marketing were done for the moment.
> - we use mvp4g 3.1 + gwt 2.2.0 (thanks to gsh...@gmail.com for introducing
Thanks,
Pierre
Pierre,
I am using Mvp4g. My app is not in production yet, but I will post it once it is. So far it has been a big help and reduced the amount of code I have written. Keep up the good work!!
Patrick
Hi Pierre,
I have been using Mvp4g for about 10 months now, and I like it a lot.
I've been able to accomplish everything I set out to do with it.
My project is called Santa Exchange. I am using mvp4g-1.3.1.jar and
mvp4g-apt-1.3.0.jar with GWT 2.4.0. I developed the site using
Eclipse, but not Maven. Source code can be found here:
http://code.google.com/p/santa-exchange/
This is a fairly small application from an end-user perspective, but I
developed it mostly as a proof-of-concept. I hope to use it as a
template for other projects in the future.
KEN
This is also my first AppEngine deployment, so still figuring out some idiosyncratic behavior w.r.t. My DataGrid implementation.
I'm happy work off any other functional behaviors the community would like to see (just log one on my GitHub repo).
And finally, when I have the luxury of time I will draft some Wiki pages on specific areas of functionality.