Git Product home page Git Product logo

Comments (2)

HeinousK avatar HeinousK commented on August 26, 2024 1

No, I didn't receive any input. I did; however, determine how to proceed. Their documentation was based on having to create the tables first. In reality, since they are relying on the hibernate libraries, all that you really need to do is to create the database, and make sure you have configured the database connection information. After compiling, when you deploy the war files to TomCat (or other), it will create all of the tables that it requires as it goes through the initialization of the war file. After the war files are fully deployed, you can then run the provided SQL scripts, to get sample data.

By the way, if you haven't been able to successfully compile - there is a dependency referenced in three of the projects that needs to be updated. The artifactId 'com.springsource.javax.validation' needs to be changed to 'validation-api' in the POM files. It should then compile.

After compiling, and trying to run - I had an internal error when trying to create a survey. It turns out that it is failing to find a properties string. The property it is looking for is 'isAutoReminderEnabled_tip', and you'll find the valid value in the jdsurvey-core\src\test\ directory structure, but not in a non-test location. I placed it in jdsurvey-intweb\src\main\webapp\WEB-INF\il8n\messages.properties - but wonder if it would have been more appropriate in jdsurvey-core? I put it where I did, because that's where the error was being reported - and I didn't know (and still don't) enough about how the project is architected to be sure if it would pick it up from core, and so I've never tested it.

Since getting it working, I've spent most of my time trying to get a Radio Button Matrix control working with it. It seemed like it would be easy to add, but I have not found that to be the case. I think I'm almost done, but during this process, I've come across SurveyJS and have wondered if it wouldn't have made more sense spending some time doing some framework development around that. It has a lot of Question Types, and all of it is JSON, and so should be easy to store the data. At least, it seems to still be actively being developed. It's a real shame no one chose to maintain this application, as it certainly has (or had) potential.

Best of luck!

from jdesurvey.

harishchander67 avatar harishchander67 commented on August 26, 2024

Having the same issue. Was there any input?

from jdesurvey.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.