I would also add e-commerce examples and payment authentication systems (paypal, google checkout, 3rd party payment). I know what you are thinking, greedy capitalist...just look at the riots. Given the current economic environment I think this would be a relevant focus. Personally, those in my circle of influence (a small one at best) believe Web 3.0 = monetizing the web. A framework that makes it easy to leverage these 3rd party api's and has examples readily available (or published for purchase) would get greater mindshare. Besides, another blog example is, well, another blog example :-(
- Gabe On Apr 1, 8:16 pm, DJ <sebastianjaya...@gmail.com> wrote: > Go for it! Here are some ideas that might help make it more enterprise > friendly - > > a) Simple install instructions, including how to make it run as a > service (now in Alter Ego) > b) Database connections and gotchas to look out for with dbs like > Oracle > c) Simple authentication (Auth, CAS, etc) and integration with LDAP > d) Integration with other open source frameworks including TinyMCE, > Apache, (production deployments, etc) > e) Start with a simple app that users can deploy in a few minutes and > slowly add more advanced components to it. (eg. intranet, news, > mashups, blogs etc.) > > Sorry if this looks like a big list already ;-)...once corporate dev > teams get a hang of it and can deploy an enterprise app quickly, > acceptance for web2py will shoot up. Good luck with this project. > > -Sebastian > > On Apr 1, 3:40 pm, TheDude <officed...@gmail.com> wrote: > > > So the idea of writing a quick start jump guide is better than the in- > > depth version? OK then, I will get started shortly. :) It will take me > > quite some time to write this book, but I think it'll help the > > community tremendously. Massimo, if you have any insight on 1.6 > > (anything different coding wise from 1.59) please let me know. > > > On Apr 1, 3:27 pm, g-man <gregor...@gmail.com> wrote: > > > > Nice! > > > > One 'role model' you might want to study is Obie Fernandez' "The Rails > > > Way", which goes deeply into each element of that complex framework... > > > > On Apr 1, 11:28 am, TheDude <officed...@gmail.com> wrote: > > > > > (This isn't an April Fool's Joke) > > > > > So, I've been writing a book for Web2Py, but recently came towards a > > > > new direction...we already have a great in-depth book writeen by > > > > Massimo so I was wondering... > > > > > Would you guys be interested in a book for web2py like 250 pages long > > > > that goes in-depth? Or, a nice little quick start guide :D here's the > > > > thing, BOTH will be able to teach you the fundamentals that you'll > > > > need to create 80%+ web applications. One will just tell you how to do > > > > things, but then link you to the documentation page available on > > > > web2py.com for more information. > > > > > Examples: > > > > (QuickStart) > > > > In order to create a table for our database, we'll need to <b>define</ > > > > b> our table. > > > > code: > > > > db.define_table('tablename', > > > > SQLField('fieldname','string', notnull=True) > > > > SQLField('fieldname2','integer', notnull=True), > > > > ) > > > > > Let's say we wanted to have a table reference the "tablename" table. > > > > db.define_table('table2', > > > > SQLField('tablename_id', db.tablename), > > > > SQLField('imafield','boolean'), > > > > ) > > > > > <explain how the reference key works briefly then provide a link to > > > > the DAL explantion page for all options> > > > > > I think the quick-start guide will really help boost the web2py > > > > community and get people started on a project. It's similar to the > > > > Dojo, but a bit different since it'll go more in-depth than the Dojo > > > > but at the same time you don't have to learn everything. :) It will > > > > skip things like "What is MVC?" and "Why Web2Py framework" etc. I > > > > believe Massimo has already full-filled that information. > > > > > The book will be available online (HTML) and PDF as well as a > > > > published book. > > > > > Please let me know if your thoughts. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---