databinder-3 bind auth cookie to ip address
databinder-4 databinder dispatch script should respond to 'stop'
databinder-5 databinder dispatch plain HTTP
databinder-6 Access to QueryPanel
databinder-7 auth components need localizable strings
databinder-8 blob size validation
databinder-9 buildr plugin
databinder-10 DataApplication initialization
Created by: nathan
on: 11/27/07
Updated by: nathan
on: 12/5/07
Assigned to:

DataApplication.init() regularly causes confusion. Move session configuration to internalInit(), because this is “internal” to Databinder, and roll with any unofficial-API punches that come from upstream.

Further: having an overridable initData() method that works with ensureSession would be helpful, and could be demonstrated in an example app easily enough.

databinder-11 please reconsider IDataApplication.isDataBrowserAllowed()
databinder-12 Add target directory to svn.ignore
databinder-15 remove button for IterableEntityView
databinder-16 DataServer path-finding problems
databinder-17 DataBinder-AO hard-codes property names
databinder-18 NPE trying to sign in as non-existent user
databinder-20 [ActiveObjects] Passing Null Values to DBParam
databinder-21 TextileLabel Fails to Render Valid Markup
databinder-22 [DataStaticService] ensureSession disregards key
databinder-23 arrows in baseball ex
databinder-24 rollbacks should warn
databinder-25 graffiti bad query

Enter new issue

[databinder-10] DataApplication initialization edit

Comments

Made use of internalInit(). Noted that AnnotSpringWebApplication within Wicket and various projects in wicket-stuff do the same.