java - Why is gwt-bootstrap necessary? -
i'm new gwt , looking @ using twitter bootstrap css framework. ran across gwt-bootstrap, bills way of using bootstrap in gwt app.
since i'm new gwt, has me little concerned/confused: why can't gwt app use regular bootstrap framework? why need gwt-bootstrap?
i started gwt-bootstrap intention bind bootstrap js , css reusable gwt components, otherwise, need replicate code, ends creating own code, similar gwt-bootstrap.
it have facilities bind events , etc.
but, answering main question: depends. if don't trust community and/or have lot of time, own gwt-bootstrap project, integrated project, @ least, happened in case... so, started gwt-bootstrap , fellas it, , big story short: is. need lot of improvements, updates, better docs, , lot of things, true is: don't have time it.
so, if you, gwt-bootstrap community instead of "reinvent wheel", that's opinion.
happy study.
edit add thing @iamyourfaja ask in comments.
the injection mean (or believe meaning) not centralized.
we have resourceinjector injects resources, setup viewport , etc, , resources.gwt.xml module injects css files. have component classes, setup js plugins (when needed) , css classes. can take @ tabpanel example if want.
Comments
Post a Comment