ffzhuang.blogspot.com
Fenqiang's J2EE Share Brain Blog: Extjs based online Spreadsheet/Excel
http://ffzhuang.blogspot.com/2009/04/extjs-based-online-spreadsheetexcel.html
Fenqiang's J2EE Share Brain Blog. We are Web2.0 application consultant/developer group based on Ottawa. Currently our interesting parts are Ajax(ExtJS), Grail(Spring, hibernate), Adobe AIR. Etc And hopefully we can keep up with the latest 'interesting' stuff. Thursday, April 23, 2009. Extjs based online Spreadsheet/Excel. After a while, extjs based online Spreadsheet/excel is released. You can view the demo @. My Document - Right Click Mouse(New Spreadsheet). 1: Calculate (Summary, Average, Min, Max etc).
ffzhuang.blogspot.com
Fenqiang's J2EE Share Brain Blog: Adobe AIR + extjs for desktop application
http://ffzhuang.blogspot.com/2008/10/adobe-air-extjs-for-desktop-application.html
Fenqiang's J2EE Share Brain Blog. We are Web2.0 application consultant/developer group based on Ottawa. Currently our interesting parts are Ajax(ExtJS), Grail(Spring, hibernate), Adobe AIR. Etc And hopefully we can keep up with the latest 'interesting' stuff. Monday, October 20, 2008. Adobe AIR extjs for desktop application. Adobe AIR (SQLite buildin) extjs. This is the general steps we process to build extjs AIR project:. Http:/ www.adobe.com/devnet/air/ajax/getting started.html. Install those 2 plugin.
ffzhuang.blogspot.com
Fenqiang's J2EE Share Brain Blog: Extjs based Calendar 1.0 release
http://ffzhuang.blogspot.com/2008/11/extjs-based-calendar.html
Fenqiang's J2EE Share Brain Blog. We are Web2.0 application consultant/developer group based on Ottawa. Currently our interesting parts are Ajax(ExtJS), Grail(Spring, hibernate), Adobe AIR. Etc And hopefully we can keep up with the latest 'interesting' stuff. Wednesday, November 05, 2008. Extjs based Calendar 1.0 release. After a while (6 month later), we finially have some time and move our calendar forward again. In this release 1.0, you will see the following feature:. Fully integrated in Ext.
ffzhuang.blogspot.com
Fenqiang's J2EE Share Brain Blog: UTF-8 setting in Grails, mysql
http://ffzhuang.blogspot.com/2010/04/utf-8-setting-in-grails-mysql.html
Fenqiang's J2EE Share Brain Blog. We are Web2.0 application consultant/developer group based on Ottawa. Currently our interesting parts are Ajax(ExtJS), Grail(Spring, hibernate), Adobe AIR. Etc And hopefully we can keep up with the latest 'interesting' stuff. Sunday, April 18, 2010. UTF-8 setting in Grails, mysql. Client UTF8- - (A)- -. Server UTF8 - - (B)- -. Database UTF8 - - (C)- -. Table UTF8 - -(D)- - Row UTF8. Url = "jdbc:mysql:/ localhost:3306/home? Mysql show variables like '%character%';.
ffzhuang.blogspot.com
Fenqiang's J2EE Share Brain Blog: DWR or Spring MVC + JSONView
http://ffzhuang.blogspot.com/2008/06/dwr-or-spring-mvc-jsonview.html
Fenqiang's J2EE Share Brain Blog. We are Web2.0 application consultant/developer group based on Ottawa. Currently our interesting parts are Ajax(ExtJS), Grail(Spring, hibernate), Adobe AIR. Etc And hopefully we can keep up with the latest 'interesting' stuff. Wednesday, June 04, 2008. DWR or Spring MVC JSONView. Wait Is this really true? Perfect solution = time cosuming? After fight with DWR problem for a while, I decide move back to Spring MVC JsonView. Jun 12, 2008, 1:20:00 PM. Jun 12, 2008, 1:21:00 PM.
ffzhuang.blogspot.com
Fenqiang's J2EE Share Brain Blog: fileupload with Extjs + Grails issues
http://ffzhuang.blogspot.com/2008/12/extjs-grails-fileupload.html
Fenqiang's J2EE Share Brain Blog. We are Web2.0 application consultant/developer group based on Ottawa. Currently our interesting parts are Ajax(ExtJS), Grail(Spring, hibernate), Adobe AIR. Etc And hopefully we can keep up with the latest 'interesting' stuff. Monday, December 15, 2008. Fileupload with Extjs Grails issues. Recently when I played fileupload with extjs grails, I have several issues and take a while to identified. Var imagepath = new Ext.form.FileUploadField({. EmptyText: 'Select an image',.
ffzhuang.blogspot.com
Fenqiang's J2EE Share Brain Blog: Grails JasperReport plugin
http://ffzhuang.blogspot.com/2009/01/grails-jasperreport-plugin.html
Fenqiang's J2EE Share Brain Blog. We are Web2.0 application consultant/developer group based on Ottawa. Currently our interesting parts are Ajax(ExtJS), Grail(Spring, hibernate), Adobe AIR. Etc And hopefully we can keep up with the latest 'interesting' stuff. Friday, January 16, 2009. Recently we start to play with Jasper plugin for Grails (version 1.0.4), and we did not have lucky to make it work - we use comment line " grails install-plugin jasper. IText-2.1.4.jar. Jasperreports-3.1.3.jar.
ffzhuang.blogspot.com
Fenqiang's J2EE Share Brain Blog: Compress all output and speed up download big js files
http://ffzhuang.blogspot.com/2009/11/compress-all-output-and-make-js-file.html
Fenqiang's J2EE Share Brain Blog. We are Web2.0 application consultant/developer group based on Ottawa. Currently our interesting parts are Ajax(ExtJS), Grail(Spring, hibernate), Adobe AIR. Etc And hopefully we can keep up with the latest 'interesting' stuff. Wednesday, November 04, 2009. Compress all output and speed up download big js files. This decreases the amount of time and data transmitted over the network, resulting in faster web experience or downloads for visitors. However, if you want to make...
ffzhuang.blogspot.com
Fenqiang's J2EE Share Brain Blog: Spring MVC JSON view
http://ffzhuang.blogspot.com/2008/03/spring-mvc-json-view.html
Fenqiang's J2EE Share Brain Blog. We are Web2.0 application consultant/developer group based on Ottawa. Currently our interesting parts are Ajax(ExtJS), Grail(Spring, hibernate), Adobe AIR. Etc And hopefully we can keep up with the latest 'interesting' stuff. Friday, March 28, 2008. Spring MVC JSON view. To add JSON view to the Spring MVC, we need create a class: JSONView. Public class JSONView implements View {. Private static final String DEFAULT JSON CONTENT TYPE = "application/json";. Response.se...
ffzhuang.blogspot.com
Fenqiang's J2EE Share Brain Blog: Integrate Acegi(0.5.1) with Grails
http://ffzhuang.blogspot.com/2009/01/integrate-acegi051-with-grails.html
Fenqiang's J2EE Share Brain Blog. We are Web2.0 application consultant/developer group based on Ottawa. Currently our interesting parts are Ajax(ExtJS), Grail(Spring, hibernate), Adobe AIR. Etc And hopefully we can keep up with the latest 'interesting' stuff. Tuesday, January 20, 2009. Integrate Acegi(0.5.1) with Grails. Recently we try to integrate Acegi(0.5.1) into the grails. We follow the document:. Http:/ docs.codehaus.org/display/GRAILS/AcegiSecurity Plugin - Basic Tutorial. 24: login to admin page.
SOCIAL ENGAGEMENT