Open main menu

CDOT Wiki β

Changes

My Applied Research Log

285 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/]
**** Is Full Text search the answer? (stackoverflow 2009) [http://stackoverflow.com/questions/614358/is-full-text-search-the-answer]
** identification of '''inter-related issues''' (code repository)
*** 79, 80(open)**** create top-lovel makefile*** 75 (open), 77
**** the NexJ Framework expects SQLite to support UNICODE collations
*** 7684, 78 85 (open issues)**** 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]]*** 76**** SQLiteDataSourceWrapper: logic to identify the current os and architecture for loading the appropriate extension*** 65, 64, 61, 60, 59, 49 (resolved issues)**** NexJ extension of SQLite to suppport the analytical rank function rank?in FTS (full text search)
*** 1
** code inspection