Revision 2.48 2005/01/05 23:35:30 nagler * IMPORTANT: Bivio::Type::Number now uses GMP available from: http://www.gnu.org/software/gmp/ You need to install...
... Sort of. If you make a Bivio::ShellUtil (see Bivio::PetShop::Util.pm as an example), you can call bOP as a program. At the same time, we don't recommend...
Today I started to try to learn Bivio-BOP in earnest. After grousing around, I came across the unit testing framework. This is a neat way to catalog all of my...
I brought up this point back in the p5ee days and now I return to it. + Why is a display class at the root of the type hierarchy? + Ultimately, how does the...
... Fixed, thanks. ... On the extremeperl group, you can find our b-perl.el extensions: http://groups.yahoo.com/group/extremeperl/files/ I don't know if it...
... We use single inheritance. The root of all classes is Bivio::UNIVERSAL. This gives us a nice hook for doing object level things in bOP. Most objects in...
... I'm fairly certain that the 2.47 and 2.48 public releases don't have any files ending in .t: terry@Abulafia:~/perl/dl/Bivio-bOP-2.47$ find . -name '*.t' ...
I wrote a little program to play around with the PetShop types and came up with numerous questions/comments along the way: # how do as_int and as_sql_param...
PetShop Types in Use Having familiarized myself with the PetShop types, I see that they are mostly subclasses of Bivio::Type::Enum. The price type subclasses...
... I think http://www.bivio.biz/f/bOP/html/Bivio/IO/ClassLoader.html is the answer to this ... -- Carter's Compass: I know I'm on the right track when, by...
... as_int is something particular to Enums. as_sql_param is an op available on all types that can be stored in the database. ... Yup. ... get_instance...
... This isn't luck. ;-) ... It is wrong. Fixed. ... Firstly, these were taken from Sun's schema. Secondly, class maps don't work with subdirs so it would...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the Bivio-bOP group. File : /Petshop.jpg ...
Bivio-bOP@yahoogroups...
Jan 17, 2005 9:54 pm
107
From this URL: http://www.bivio.biz/f/bOP/html/Bivio/PetShop/Model/CartItemListForm.html clicking on the the "EXTENDS" link: ...
The questions below relate primarily to the PropertyModel classes in PetShop/Model. + Is there a reason to have Product and Item separately? I think the fields...
The questions below relate primarily to the ListModel classes in PetShop/Model. + re: append_load_notes(string msg) what are internal load notes and what is...
+ It struck me as odd that an HTML form would be a model, but after awhile it started making sense. Is it the case that the view language hooks into the...
When reading "Why bOP?" I just had one question in response to this statement: <quote> List models are views on Property models with builtin paging support. ...
The reason people flock to things like HTML::Mason is that they can get going fast. Organically, business logic and model logic occur in a lazy fashion: they...
... Probably. Again, we used the identical schema for Sun's Blueprint Architecture. :-) ... get_model will load the model if it isn't already loaded. get...
... b-list-model appends them to the spreadsheet it outputs. It's handy to remember how you generated the spreadsheet. ... Sort of. In perl, it's too easy to...
... Wait till your read about FormContext. :-) ... The opposite. All models can be "hooked into" the view language irrespective of their data source. That's...
... Paging implies sorting. We make a lot of assumptions about what the "bare minimum" is, because we started with an application, not a framework. It...
... Yes. 3270-itis all over again. ... If your site is simple, you don't need bOP. If your site is complex, and you don't know it, you won't understand bOP....
Hi, all the Bivio views I have seen so far have been coded in English. How difficult and what would be the approach to develop a site which renders in any...