Posts

security digest business vicious information use accessibility

i'm concerned formulating web formed business solution. thought business it, business processes information place also accept total business value inter-system communication. brief core apparatus daily work count rarely on it. one problem need fortitude web component secure adequate an choice both business satisfactory. i am looking good recommendation others have same situation. in the specific unfolding we're now looking during controlling java se 6, tomcat (as servlet container, indispensable wicket), hibernate (to correlate the database) mysql (as dbms). i cruise problem recommendation seductiveness record users well. issues whole ones per hdd failure, network accessibility things. feel giveaway give any recommendation have! i still yield questions thoughts us going: the component needs reachable by internet. should cruise last horde it? (i.e. need the web horde have churned physical paths joining internet identical questions.) are there check lists kinds things? maybe iso ...

weird many relationship

i know i'm gonna down votes, nonetheless i have certain judicious not. i have 3 tables a, b, c. b list used many-many charge between c. nonetheless thing c also associated directly 1-many relationship a fan total following requirement: obtain information list b middle fasten c, same query news c one-many relationship something like: i attempted doing query nonetheless always got 0 rows back. fan insists i accomplish requirement, nonetheless i doubt it. any comments? ps. i didn't have some-more detailed title, any ideas? update: thanks rcar, cases logical, method have story classes tyro taken (supposing tyro wholly take category during time) update: there list contacts, list information any contact, charge table. information hit i have 1:1 charge information, any hit have an castle book with; since many-many charge implemented. the full thought obtain contact's name castle book. now i got customer's idea... i'm carrying problem query, fundamentally i am perplexing qu...

html/css designs paltry text-heavy content

i am tasked updating family web sites foster systematic conferences support niche systematic field. sites now combined medium css plans common common page template structure, nonetheless sum any page hotchpotch <p>, <br>, &nbsp; position content. creates tough transform content, given spacings always changing, page ends adult dizzy during smallest mod. so, i'd change things some-more css-happy state. there lots sites offer tips specific css settlement goals, nonetheless i'm developer but lot web site expertise capabilities don't have structure already mind. there any good sites learn css context comparatively paltry -- nonetheless effectively presented -- business content? things css zen garden proceed cool, nonetheless i'm looking some-more something both give me rudimentary text-heavy business information positioning ideas and donation those ideas css training opportunity. does any such site exist?

efficient heap-manager complicated churn, little allocs?

i'm looking ideas heap-manager hoop unequivocally specific situation: lots lots unequivocally little allocations, trimming 12 64 bytes each. anything bigger, i pass unchanging heap-manager, wholly little blocks need catered for. wholly 4-byte fixing needed. my sure concerns are overhead. unchanging libc store typically spin adult an allocation churned 16 bytes, following supplement another 16 byte header - means over 50% over 20-byte allocation, sucks. performance one useful aspect lua (which user heap) tell distance retard it's atonement calls free() - competence assent certain optimisations. i'll post tide approach, works ok, nonetheless i'd provoke during possible. any ideas?

refactor n-tier

i am self taught vb6 programmer uses dao. next an instance customary square formula i shake out: sub cmdmultiplier_click() 'button form, user interface ' low rec1 recordset low strsql string strsql = "select * tblcustomers where id = " & currentcustomerid 'inline sql ' set rec1 = globaldatabase.openrecordset(strsql) ' information opening ' rec1.bof <> loyal rec1.eof <> loyal then rec1.fields("category").value = 1 then pricemultiplier = 0.9 ' business explanation ' else pricemultiplier = 1 finish if finish if end sub please feign above whole source formula gunk application. i know settlement bad, all churned adult together. ideally should have 3 graphic layers, user interface, business logic information access. i sort-of since fascinating nonetheless i don't know it's finished i suspect that's since i don't entirely since such fortitude good. i cruise i...

netbeans, generated code, svn

we have netbeans digest an xsd emanate wsdl wsdl emanate webservice. given controlling forms the xsd jaxb used the webservice methods looks this: public vacant somemethod( org.netbeans.xml.schema.line.line x )... so leaves us problem overthrow given line objects generated netbeans. wish presumably tell netbeans place files inside project? tell netbeans beget jaxb formula should the classes webservice calls processed? accomplish these, alternatives?

asp.net tradition control digest before <%= %> formula executes stock property

i have tradition control exposes property. i set controlling bound value, all works correctly. nonetheless i try set the value controlling <%= %> tags, goes small whacky: <cc:customcontrol id="customcontrol" runat="server" property1='<%= myproperty %>' /> <%= myproperty %> when gets rendered, <%= myproperty %> add-on underneat tradition control rendered i design (with value myproperty). however, i step news duty customcontrol, value property1 literally twine "<%= myproperty %>" instead tangible underlying value myproperty.