-
8 Oct 2012 9:42 AM #11Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- Frederick MD, NYC, DC
- Posts
- 16,169
- Vote Rating
- 28
IMHO, you should never go to a product's community forum and ask for alternatives. You're bound to get a biased result.

Jay Garcia @ModusJesus || Modus Create co-founder
Ext JS in Action author
Sencha Touch in Action author
Get in touch for Ext JS & Sencha Touch Touch Training
We are also working on Video-based Sencha Touch training: Check it out here.
-
22 Oct 2012 12:44 PM #12
If that's the ONLY research you do - sure, horrible approach. But as part of an approach with other research, it's fine. The people using the product are the ones who'll be able to tell you about all the warts. And they're often folks that have tried out other frameworks that do equivalent things and can tell you why they picked the one they did.
-
7 Jan 2013 3:36 AM #13
naaaahh. As long as that stuff is generated from SAP Dynpros, its absolute non maintainable. SAP and HTML were and still are 2 different worlds which still dont harmonize. i am watching their attemtps to compete in html market, but i think they missed the train...almost years ago. You will still need expensive SAP consultants just to create HTML/JS Code? wtf?
even if that library works standalone, the knowledge came from SAP "coders", perhaps former ABAP-enthusiasts...ExtJS is far beyondExtensions:
Ext.ux.DatePickerPlus (Multimonth,Multiselect,...)
Ext.ux.menu.StoreMenu - Ajax Store as menu-item config
Extended Window - Aero Shadows, nested grayscaled modal windows
Ext.MessageBox.promptCombo/promptRadio/promptCheckbox
Ext.ux.plugin.triggerfieldTooltip (for Comboboxes, Datefields...)
Ext.util.MD5
Ext.util.Utf8 (encode/decode)
Ext.util.base64 (encode/decode)
Using:
ExtJS 3.4.1.1/4.2
XPsp3/W7sp1
IE8/9/10
FF 20
Chrome 26
-
10 Jan 2013 12:46 AM #14
@wm003: Actually, i've taken a look at SAP's HTML5 UI toolkit, and it's indeed not as bad as you would think. It's very un-SAP-like.
It is purely client-side, and integrates with the server via OData (similar to the Sencha Touch SAP example from a while ago). It's basically a coherent set of dataset-backed widgets on top of jQuery where the datasets have easy bindings with an OData service (but you can integrate them with anything server-side). When I looked at it there wasn't an MVC architecture, so you're on your own as far as structuring your code goes, but other than that it was not bad at all. The whole thing is styled with LESS, and the default L&F doesn't look half bad (better than ExtJS's blue theme at least).
You should really check it out. For example: http://allthatjs.com/2012/02/23/gett...d-with-sapui5/
-
11 Jan 2013 12:36 AM #15
Thanks for the link. Well that actually makes a difference then (because the main "Ext alternative" ist jquery UI then)
From SAP side this is a much better approach then they tried the past years (what i meant with generated HTML stuff out of Dynpros...)Extensions:
Ext.ux.DatePickerPlus (Multimonth,Multiselect,...)
Ext.ux.menu.StoreMenu - Ajax Store as menu-item config
Extended Window - Aero Shadows, nested grayscaled modal windows
Ext.MessageBox.promptCombo/promptRadio/promptCheckbox
Ext.ux.plugin.triggerfieldTooltip (for Comboboxes, Datefields...)
Ext.util.MD5
Ext.util.Utf8 (encode/decode)
Ext.util.base64 (encode/decode)
Using:
ExtJS 3.4.1.1/4.2
XPsp3/W7sp1
IE8/9/10
FF 20
Chrome 26
-
11 Jan 2013 12:31 PM #16
-
13 Jan 2013 8:49 PM #17
I agree. Members here understand the pros and cons of ext JS through comparison and therefore knows the difference from other competitors.
Looking for London web design? - Find the best web design Central London
-
15 Jan 2013 1:43 PM #18
UI: Sencha Architect 2.x / ExtJS 4 MVC
Server side: EJB 3.1 / CDI / JPA 2 / JAX-RS / JasperReports
Application Server: Glassfish 3.1.x
Databases: Oracle 10g & 11g / DB2 9 & 10 / Firebird 2.5
If you like my answer please vote!
-
15 Jan 2013 2:01 PM #19Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,682
- Vote Rating
- 435
With SASS it's really pretty easy to theme an app. It does take some patience but after a day you can get quite far. I have an app that use gray and green with no rounded corners. Not complete because I haven't gotten back to it and it's not a high priority of mine.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
16 Jan 2013 1:19 AM #20
With SASS, the CSS is easier, but SASS+ExtJS is not, as the Sencha approach of structuring a project with the include structure and scripts, the modern IDE SASS support is quite useless, so the productivity win is lost
.
Also, I would not be that proud that it takes at least 1 day to get something started, when e.g. with the jQueryUI Theme roller: http://jqueryui.com/themeroller/ a total newbie (even a non-programmer) can get fantastic results after 10 minutes.


Reply With Quote