Git Product home page Git Product logo

alligatorworkbench's People

Contributors

caohao1993 avatar igrangel avatar liuhaohui avatar omarrana avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

liuhaohui lizhmuc

alligatorworkbench's Issues

Removing hard-coded paths

There should not be any hard-coded paths. For example, here, here, etc.
Paths should be configured in config.ttl. Ideally, there should be a module for doing this, if

  • config.ttl does not exist
  • config.ttl exist but paths are not written
    There should be an initial module to configure this using the web.

Integrate current version of client and server

You still did not integrate the current version with your changes and this is the first and main important part
You have to be able to integrate your part with the play framework and run it with the activator and so on, as it is now in the master branch
Is not just to put what you have done in a different branch
1 - create a branch based on the master branch
2 - Integrate your changes
3 - Test it by running with the play framework and work with a toy example to ensure that this works
4 - push to the repo

Issue with prolog.

When you run prolog query for the first time, the server seems to behave normal. But when you refresh the page 3rd time the server seems to get overloaded with data and stops working. iam just calling this function in prolog and array is used.

DeductiveDB deductiveDB;
public Result index() {
deductiveDB = new DeductiveDB();
try {
deductiveDB.consultKB();

public void consultKB() {
// Queries prolog
// Queries evalAMl.pl
String evalAML = "consult('evalAML.pl')";
System.out.println(evalAML + " " + (Query.hasSolution(evalAML) ? "succeeded" : "failed"));
// Queries eval.
String eval = "eval";
Query.hasSolution(eval);
// Queries writePredicates.
String writeFiles = "writePredicates";
Query.hasSolution(writeFiles);

http://stackoverflow.com/questions/39840052/java-to-web-application

I have tried this webapp both on spring framework and play framework and both have server overload error. Seems like prolog query stays in the memory and doesnt free up.

Other things works fine, rdf conversion, reading filepaths e.t.c

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.