Category Archives: Dong Shin

Dong 03.12.2010

  • User Permissions cont’d
    • database and tables get highlighted for those the selected user has permissions
    • primary testing looks fine. Plan to move it into FormBuilder
  • refactored database classes; moved some out of MySQLIf to FormBuilder

Dong 03.10.2010

  • struggled with RoleTreeItemRenderer for a while… manual update of the selected array is required
  • tried tweaking the heap size of FlexBuilder; 1024m made FlexBuilder to crash on Design view…. reduced to 512m
  • continue working on User Permissions

Dong 03.09.2010

  • got user/role management pretty much functional
    • add, delete, modify users
    • add, delete roles
    • add, delete user roles
  • received the test data and forms for Form Builder
  • set different style for existing roles for the user
  • working on user database/tables permission

Dong 03.08.2010

  • cascade delete working on all tables; roles, users, and user_roles
  • changed the SuperUser’s id and parent_id to 1; points to itself to fix cascade errors. Deleting SuperUser deletes all roles in the table!!!!!!
  • add, delete, update roles working
  • add, delete, update users working
  • roles in the tree are now pre-selected for assigned user
  • working on user roles and role users

Dong 03.04.2010

  • flexmojos allows flex swc files to be packaged with war file
    • add a flex dependency to server project file
  • mvn generated swc doesn’t show source; add it manually by Project Properties->Flex Build Path
  • user management database restore functional
  • added roles to user management

Dong 03.03.2010

  • FormBuilder maven’ized – testing…. done.
  • creating users/roles object (flex, database, java)….
  • MvnAssist bug found
    • Flex Core Components not shown in Design View
    • found commented out lines in MvnAssist.java to add default Flex libs dir
    • fixed and deployed to LaurelDemo (1.7.7)

Dong 03.02.2010

  • checked in MySQLIf to Subversion, checked out to different location and didn’t work! – needed to rerun flexmojos:flexbuilder
  • started documentation on MvnAssist at wiki @ http://laureldemo.edge-technologies.com:8080/wiki
  • having problems with mvn:deploy on Flex project
    • unable to transcode error for the embedded images
    • 3.2.0 bug?
    • tried 3.2-SNAPSHOT as indicated at some website; couldn’t locate the snapshot file
    • 3.3.0; cannot load pom.xml at all
    • 3.4.0 and 3.5.0; same error
    • all the embedded assets must be in /src/main/resources directory!
  • deployed MySQLIf.swc version 1.0 to repository – MySQLIf-1.0.swc
  • mavenizing ObjectHandles.swc – com.roguedevelopment.objecthandles
    • removed Flex 4 references
    • added degrafa reference (dependency) to pom.xml
    • done – deployed to the repository – objecthandles-1.0.swc
  • mavenizing FormBuilder client (flex)

Dong 03.01.2010

  • fixed a bug in FormWizard not closing properly on Cancel
  • installed and configured Drupal Project module for evaluation; couldn’t get it to behave properly, not ready for 6.1.x version. sigh….
  • BugFlex?
  • separating database code from DBFormBuilder using MvnAssist – done
    • Eclipse gives me one line compile error at a time, ugh!
    • ran out of heap space?

Dong 02.25.2010

  • added Context root to the DBFormBuilder flex project and deployed to laureldemo; seems working fine at the moment
  • starting to dislike drupal…. decided to use wiki for documentation
  • working on Query Wizard

Dong 02.23.2010

  • added userinfo.xml to set login info; debug only
  • installed and tested DBFormBuilder on laureldemo; wrong database name was specified on install yesterday….
  • created Admin – edgeDemo on the server at laureldemo for demo purpose.
  • mavenized server code – com.fgm.FormBuilder

Dong 02.22.2010

  • Alert interface working. Currently just update the timestamp for now. Actual email/scripting interface need to be added.
  • deployed the DBFormBuilder to laureldemo, but database doesn’t want to behaving; straight select sql does not work….
  • demo
  • fixed a bug failing to save the form inputs
  • cleaned up FormViewerCanvas to display data from FormViewerPanel (less code) instead of calling server for more data