[web2py] Re: web2py support

2017-05-31 Thread Dave S
On Wednesday, May 31, 2017 at 2:04:26 PM UTC-7, icodk wrote:
>
> Thanks T.R.Rajkumar
>
>

Sorry for the noise.  Using chronological view, I didn't correctly 
associate your post with what you were following up on.,  

/dps

On Wednesday, May 31, 2017 at 11:57:09 AM UTC+2, T.R.Rajkumar wrote:
>>
>> Could be interesting to hear what are the arguments for the porting 
>>
>> The points are
>> 1. The application business logic has changed and the workflow has also 
>> changed. So I have to do the app fresh. 
>> 2. Since I like web2py I thought of porting it to web2py. Why I like 
>> web2py? The answer is
>>a. The neat and clean MVC design.
>>b. SQLFORM, grid which are great time savers as told in the book 
>> itself 
>>c. The HTML helpers, the DAL which almost reduces my views to {{=form}}
>>d. In jsp for crud we have different pages for creating and editing. 
>> The grid saves all the code for edit pages.
>>e. If I concentrate on model then my controller and views are a 
>> breeze. Thanks for all the validators.
>>f. This group which is very friendly and I get answers to problems 
>> almost always.
>>g. jsp is doing things in a very roundabout way atleast in the app I 
>> have. The pages have <%@ taglib prefix="app" uri="
>> http://localhost:8080/cms/jstl/cms-custom-taglib"; %> I have to go to tag 
>> lib see the function siganture go the bean find the function and locate the 
>> stored procedure which does the job. A
>>In web2py it is so straight. 
>>h. So comes the ease of maintenance. 
>> Thank you web2py for all this and the nice people over here.
>>
>>
>>
>>
>>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: web2py support

2017-05-31 Thread icodk
Thanks T.R.Rajkumar

On Wednesday, May 31, 2017 at 11:57:09 AM UTC+2, T.R.Rajkumar wrote:
>
> Could be interesting to hear what are the arguments for the porting 
>
> The points are
> 1. The application business logic has changed and the workflow has also 
> changed. So I have to do the app fresh. 
> 2. Since I like web2py I thought of porting it to web2py. Why I like 
> web2py? The answer is
>a. The neat and clean MVC design.
>b. SQLFORM, grid which are great time savers as told in the book itself 
>c. The HTML helpers, the DAL which almost reduces my views to {{=form}}
>d. In jsp for crud we have different pages for creating and editing. 
> The grid saves all the code for edit pages.
>e. If I concentrate on model then my controller and views are a breeze. 
> Thanks for all the validators.
>f. This group which is very friendly and I get answers to problems 
> almost always.
>g. jsp is doing things in a very roundabout way atleast in the app I 
> have. The pages have <%@ taglib prefix="app" uri="
> http://localhost:8080/cms/jstl/cms-custom-taglib"; %> I have to go to tag 
> lib see the function siganture go the bean find the function and locate the 
> stored procedure which does the job. A
>In web2py it is so straight. 
>h. So comes the ease of maintenance. 
> Thank you web2py for all this and the nice people over here.
>
>
>
>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: web2py support

2017-05-31 Thread T.R.Rajkumar
Could be interesting to hear what are the arguments for the porting 

The points are
1. The application business logic has changed and the workflow has also 
changed. So I have to do the app fresh. 
2. Since I like web2py I thought of porting it to web2py. Why I like 
web2py? The answer is
   a. The neat and clean MVC design.
   b. SQLFORM, grid which are great time savers as told in the book itself 
   c. The HTML helpers, the DAL which almost reduces my views to {{=form}}
   d. In jsp for crud we have different pages for creating and editing. The 
grid saves all the code for edit pages.
   e. If I concentrate on model then my controller and views are a breeze. 
Thanks for all the validators.
   f. This group which is very friendly and I get answers to problems 
almost always.
   g. jsp is doing things in a very roundabout way atleast in the app I 
have. The pages have <%@ taglib prefix="app" 
uri="http://localhost:8080/cms/jstl/cms-custom-taglib"; %> I have to go to 
tag lib see the function siganture go the bean find the function and locate 
the stored procedure which does the job. A
   In web2py it is so straight. 
   h. So comes the ease of maintenance. 
Thank you web2py for all this and the nice people over here.




-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: web2py support

2017-05-30 Thread Dave S


On Tuesday, May 30, 2017 at 2:54:28 PM UTC-7, icodk wrote:
>
> Could be interesting to hear what are the arguments for the porting 
>

The porting for what?  Porting web2py to Python3?  Porting web2py to 
web3py?  Porting web2py apps to web3py?

Problems with compatibility [and eventually, Py2 EOL] are the arguments for 
porting web2py to Py3.

Massimo has a recent message [re-]stating his reasons:  web2py bloat, 
especially in the forms area; better support of microapps and response 
client code, and performance improvements.

Porting of individual apps to web3py will only make sense when they run 
into a limitation of web2py that the newer code has a better way of dealing 
with, or when web2py maintenance costs too much in terms of volunteer time 
or availability of the parts needed.

You should be able to find more by browsing the group archives.

/dps


> On Tuesday, May 30, 2017 at 8:41:38 AM UTC+2, T.R.Rajkumar wrote:
>>
>> I am now porting a jsp application to web2py. Should I stay with web2py 
>> or wait for web3py? Will there be web2py group support like now after 
>> web3py. Pl guide. Thanks.
>>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: web2py support

2017-05-30 Thread icodk
Could be interesting to hear what are the arguments for the porting 

On Tuesday, May 30, 2017 at 8:41:38 AM UTC+2, T.R.Rajkumar wrote:
>
> I am now porting a jsp application to web2py. Should I stay with web2py or 
> wait for web3py? Will there be web2py group support like now after web3py. 
> Pl guide. Thanks.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: web2py support

2017-05-30 Thread Marlysson Silva
I think that it will take a little .. I suggest start with web2py .. After 
the core developers will see the backward compatibility

Em terça-feira, 30 de maio de 2017 03:41:38 UTC-3, T.R.Rajkumar escreveu:
>
> I am now porting a jsp application to web2py. Should I stay with web2py or 
> wait for web3py? Will there be web2py group support like now after web3py. 
> Pl guide. Thanks.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [web2py] Re: Web2Py support on roadmap for pycharm 3

2013-03-26 Thread Vasile Ermicioi
http://confluence.jetbrains.com/display/PYH/PyCharm+3.0+Roadmap

Planned release date: Autumn 2013

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [web2py] Re: Web2Py support on roadmap for pycharm 3

2013-03-26 Thread Alex
awesome :) desperately waiting for a good IDE with web2py support.

what are currently the best options for debugging web2py applications? I'm 
using Komodo Edit which is quite nice - is it possible to easily debug a 
web2py application with Komodo IDE? Wing IDE seems to support debugging but 
the GUI looks really outdated so I'm a little afraid to use it. Eclipse is 
very resource intensive, I don't think it's a good option for python 
development for me.

Are there any other alternatives? what IDE would you recommend?


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [web2py] Re: Web2Py support on roadmap for pycharm 3

2013-03-25 Thread Teddy Nyambe
Finally this is great news!!!This is one of the missing puzzles of the
treasure of web2py!!!


On Tue, Mar 26, 2013 at 4:43 AM, samuel bonilla wrote:

> good news.
>
> El lunes, 25 de marzo de 2013 14:57:38 UTC-5, Shawn McElroy escribió:
>
>> Just wanted to share, it looks like Web2Py is finally on the pycharm 3
>> roadmap. Article was posted today:
>>
>> http://confluence.jetbrains.**com/display/PYH/PyCharm+3.0+**Roadmap
>>
>> http://blog.jetbrains.com/**pycharm/2013/03/check-out-the-**
>> pycharm-3-0-roadmap/?utm_**source=feedburner&utm_medium=**
>> feed&utm_campaign=Feed%3A+**Pycharm+%28JetBrains+PyCharm+**Blog%29
>>
>> This is awesome i think for the web2py community. I think this will help
>> people get into it as well. heres to them getting it implemented *cheers*
>>
>  --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>



-- 
...
Teddy Lubasi Nyambe
Opensource Zambia
Lusaka, ZAMBIA

Cell: +260 97 7760473
website: http://www.opensource.org.zm

~/
Human Knowledge belongs to the world! - AntiTrust

Man is a tool-using animal. Without tools he is nothing, with tools he is
all - Thomas Carlyle 1795-1881

/~

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[web2py] Re: Web2Py support on roadmap for pycharm 3

2013-03-25 Thread samuel bonilla
good news.

El lunes, 25 de marzo de 2013 14:57:38 UTC-5, Shawn McElroy escribió:
>
> Just wanted to share, it looks like Web2Py is finally on the pycharm 3 
> roadmap. Article was posted today:
>
> http://confluence.jetbrains.com/display/PYH/PyCharm+3.0+Roadmap
>
>
> http://blog.jetbrains.com/pycharm/2013/03/check-out-the-pycharm-3-0-roadmap/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+Pycharm+%28JetBrains+PyCharm+Blog%29
>
> This is awesome i think for the web2py community. I think this will help 
> people get into it as well. heres to them getting it implemented *cheers*
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[web2py] Re: Web2Py support on roadmap for pycharm 3

2013-03-25 Thread Massimo Di Pierro
:-)

On Monday, 25 March 2013 14:57:38 UTC-5, Shawn McElroy wrote:
>
> Just wanted to share, it looks like Web2Py is finally on the pycharm 3 
> roadmap. Article was posted today:
>
> http://confluence.jetbrains.com/display/PYH/PyCharm+3.0+Roadmap
>
>
> http://blog.jetbrains.com/pycharm/2013/03/check-out-the-pycharm-3-0-roadmap/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+Pycharm+%28JetBrains+PyCharm+Blog%29
>
> This is awesome i think for the web2py community. I think this will help 
> people get into it as well. heres to them getting it implemented *cheers*
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[web2py] Re: Web2py support the netherlands

2012-03-15 Thread Massimo Di Pierro
Of course. Please email me personally your contact info. Also, sign up at 
experts4solutions.com

Massimo

On Wednesday, 14 March 2012 20:42:23 UTC-5, acidjunk wrote:
>
> Hi Web2py users, 
>
> I would like to announce web2py support for the Netherlands by 
> Formatics.nl .
> We did a couple of sites with web2py and I personally think it's the best 
> invention since sliced bread ;-)
>
> Can we be included on the web2py professional support page?
> (I don't know if this is the correct place to request it)
>
> Kind Regards,
>
> Rene Dohmen
>
>
>
>