Open main menu

CDOT Wiki β

Changes

My Applied Research Log

55 bytes added, 20:58, 26 January 2014
no edit summary
{{Admon/obsolete}}
 
== [[Common Problems and Solutions]] ==
== January - March 2012 ==
* continuous construction of the NEXJNexJ-CDOT knowledge base
* contributions to the SQLite open source community (NexJ SQLite Adapter)
* contributions to the PostgreSQL open source community (NexJ PostgreSQL Adapter)
*February - March
** identification of potential research problems*** Theories, tools and research methods in program comprehension: past, present and future Web/Ex meeting with NexJ (Margaret-Anne Storey, University of Victoria, 2008) [http:3/13/webhome.cs.uvic.ca/~chisel/pubs/storey-pc-journal.pdf]**** [[Notes on Program Comprehension |notes]]2012)
** identification of '''research problems being solved'''
*** ICU ('''International Components Unicode''') support by SQLite [http://site.icu-project.org/]*** NexJ extension of SQLite to supprot support full text search [http://www.sqlite.org/fts3.html#appendix_a]**** the '''rank''' function for the Windows and Linux platforms
*** the full text search problem
**** Android Quick Tip: Using SQLite FTS Tables (September 30, 2011) [http://blog.andresteingress.com/2011/09/30/android-quick-tip-using-sqlite-fts-tables/]
*** 75 (open), 77
**** the NexJ Framework expects SQLite to support UNICODE collations
*** 84, 85 (open)
**** add build steps (the Linux command line compile options, Windows) to the project makefile under the compile label
*** 82, 83
**** append extensions to SQLite Library (sqlite.c): [[notes - 82, 83 |notes]]