Revision 2.41 2004/11/04 15:14:56 moeller * Bivio::UI::HTML::Widget::FirstFocus new widget which sets focus to the first form field on the page * Added...
Revision 2.45 2004/12/07 19:44:06 moeller * PetShop warning color now different from error color so the acceptance tests don't think the page is in error *...
Revision 2.47 2004/12/29 20:33:38 moeller * Bivio::Biz::PropertyModel dies if update() is called on an unloaded model * Bivio::Type::Secret allows for...
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: ...