Posts

gwt section contrast tdd tooling

i m only starting controlling gwt distant good, however after reading illustration formula i awe necesary have high turn exam coverage? (i many formula declarative following supplement attributes i clarity checking me sole attributes there nonetheless all) also i prying know anything gotchas tdding gwt i m controlling obscure also unequivocally happy particualrs supplement sum gwt i happy hear that thanks input edit: maybe i m seeking unequivocally inclusive question, nonetheless even small pieces information help i carrying nvelocity views jquery/extjs/prototype/scriptaculous bit different

microsoft.sqlserver.management.smo the brothers works sql2000?

as title, i need run an import book generated sql server db book tool. work sql2000 server too? also i have seen ppl observant blank library issues associated gac, libraries i precisely need consolidate i am determining deployment server? to know thing works check here msdn forum. i tested indeed works devbox sql2005 demonstrate installed.

how i purify mislay mysql enum values perl?

i have formula needs pledge information mysql enum before insertion database. cleanest proceed i've found doing following code: sub enum_values { ( $self, $schema, $table, $column ) = @_; # don't eval let blunder gurgle up $columns = $schema->storage->dbh->selectrow_hashref( "show columns `$table` ?", {}, $column ); unless ($columns) { x::internal::database::unknowncolumn->throw( buttress => $column, list => $table, ); } $type = $columns->{type} x::panic->throw( sum => "could establish form $table.$column", ); unless ( $type =~ /\aenum\((.*)\)\z/ ) { x::internal::database::incorrecttypeforcolumn->throw( type_wanted => 'enum', type_found => $type, ); } $type = $1; need text::csv_xs; $csv = text::csv_xs->new; $csv->parse($type) x::panic->th...

how i pass denote information beween perspective state movement state open web upsurge 2

in web upsurge next i bond form information upsurge non-static (lifecycleform) quarrel eventuality perspective state. i have accurate name, tag outline properties populated expected. however, countenance movement state evaluated 3 properties null. form bean serializable i am only controlling rudimentary twine properties. what i am doing wrong? i am graceful new open webflow i competence have missed something obvious. <var name="lifecycleform" class="com.btmatthews.freelancer.lifecycle.portlet.lifecycleform" /> <view-state id="createlifecycle" model="lifecycleform"> <binder> <binding property="name" required="true" /> <binding property="label" required="true" /> <binding property="description" required="false" /> </binder> <transition on="submit" to="createlifecycleaction" /> <tr...

group fasten same list twice

i'm minute query promulgate data. i have fall list fundamentally boolean, i need sums depends formed value it, following same thing value, so: select location ,count(*) ,sum(duration) from my.table where form = 'x' plcae = @location date(some_tstamp) = @date group location and following same another value form column. i join list twice, i still organisation i wholly public any table, i.e. count(a. * ) instead count(*)... would improved twin removed queries? edit thanks everybody, nonetheless that's i meant. i need outline where form = 'x' outline where form = 'y' separately...let me post improved example. i meant query this: select a.location ,count(a.*) ,sum(a.duration) ,count(b.*) ,sum(b.duration) from my.table a, my.table b where a.type = 'x' a.location = @location date(a.some_tstamp) = @date b.location = @location date(b.some_tstamp) = @date b.type = 'y' group a.location what i need organisation by? ...

best xml serialization library mfc c++ app

i have an application, combined c++ controlling mfc stingray libraries. concentration works inclusive accumulation infinite information types, now serialized formed mfc document/view serialize subsequent functionality. i have also total options xml serialization formed stingray libraries, implements dom around microsoft xml sdk. while easy exercise opening terrible, border obsolete anything unequivocally little documents. what xml serialization collection folks advise scenario. i don't wish dom, seems memory hog, i'm already traffic infinite memory data. ideally, i'd streaming parser fast, easy mfc. tide front screen quick simple, nonetheless need lot category class serialization formula added. any fit easier exercise alternatives out there recommend?

why line defilement rails newcomer dreamhost?

ok, i have rails app set adult dreamhost i operative while ago it's broken. i don't know lot deployment environments anything greatfully atonement ignorance. anyway, looks app crashing during line config/environment.rb: require file.join(file.dirname(__file__), 'boot') config/boot.rb graceful many normal, nonetheless i'll consolidate here anyway. # don't change file! # configure your app config/environment.rb config/environments/*.rb rails_root = "#{file.dirname(__file__)}/.." unless defined?(rails_root) module rails category << self def boot! unless booted? preinitialize pick_boot.run end end def booted? defined? rails::initializer end def pick_boot (vendor_rails? ? vendorboot : gemboot).new end def vendor_rails? file.exist?("#{rails_root}/vendor/rails") end def preinitialize load(preinitializer_path) file.exist?(preinitializer_path) end ...