Although it says "Make sure that the application has no dependencies on your database or other systems (it has to run stand-alone)" it clearly states at the top "The best way to create an example of the problem is:" which is not to be interpreted as "the only way". Personally I like when developers send test-cases using their tools because it gives me a feeling what other tools/frameworks are used together with Lift and what problems are likely to occur using Lift in those environments. That helps us make Lift more robust.
In other words; Feel free to post example-code involving other frameworks as long as the example is easy to run (git clone; ...; mvn install) and reproduce the issue
Now, can you link to any example-code showing how to create a test-case for my model using "just the library in question" so I can provide a test-case you'd be willing to work on?
Yes, I'm a committer on the Lift Framework (www.liftweb.net) and we have a guide for posting example-code here: https://www.assembla.com/wiki/show/liftweb/Posting_example_code
Although it says "Make sure that the application has no dependencies on your database or other systems (it has to run stand-alone)" it clearly states at the top "The best way to create an example of the problem is:" which is not to be interpreted as "the only way". Personally I like when developers send test-cases using their tools because it gives me a feeling what other tools/frameworks are used together with Lift and what problems are likely to occur using Lift in those environments. That helps us make Lift more robust.
In other words; Feel free to post example-code involving other frameworks as long as the example is easy to run (git clone; ...; mvn install) and reproduce the issue
Now, can you link to any example-code showing how to create a test-case for my model using "just the library in question" so I can provide a test-case you'd be willing to work on?
Thanks.