It looks nice; details here.
CONTENTS
Meta
It looks nice; details here.
Custom JESS REPL If you want to use a custom JESS REPL with Emacs then set up a shell script jsjs-repl like this: #!/bin/bash mvn –file /home/gcr/git/jess-sample-java-setup/jsjs/pom.xml compile -Pjess-repl And then make this call in EMACS before calling run-jess: (setq inferior-jess-program “/home/gcr/git/jess-sample-java-setup/jsjs/jsjs-repl”) More Background My background is custom software development in a consulting and stuff [...]
This project will start out with a typical Java development setup: Ubuntu 12.04 LTS GNU/Linux: http://www.ubuntu.com/ IntelliJ Idea, the most pleasant development environment out there (Eclipse usually copies the good features within 3-9 months, but it is still pretty unpleasant): https://www.jetbrains.com/idea/ jprofiler: http://www.ej-technologies.com/products/jprofiler/overview.html GNU Emacs 24, for everything that Idea doesn’t do well: https://www.gnu.org/software/emacs/ Oracle’s [...]
For a couple of months I have thought about how fun it would be to set up a real simple Java+Jess project to help myself out with the basics of dependency management and logistics of interaction between Java and Jess. Recently it made sense to start using GitHub. With the hope that lowering the barriers [...]
Reasons to learn Jess:
Over the last few weeks nights and weekends I’ve played around with Jess studying up on rules engines and expert systems. The approach of focusing on the limited reality defined by the facts and rules in the universe of the engine along with letting go of control of sequencing are surprisingly freeing. Memories of event [...]
Downloaded “Eclipse IDE for Java Developers”. The file name is “eclipse-java-juno-SR1-win32.zip”. This is release number 4.2 (Juno). Extracted the archive. Started Eclipse and stopped it. Extracted Jess plugins to the desired dir. Started Jess. Verified it’s presence. Installed GEF by using the built in “Juno” repository and searching for “GEF”. It showed up under “Modeling”. [...]
If you try running jess-mode with Emacs 24 you get an error about “shared-lisp-mode-map” and jess-mode doesn’t work. Someone already described the fix here, and it works! Here is a patch.
A few months ago I did a little simulation in Java and configured it and analyzed the data via MATLAB. It was really fun! It “just worked” and did so really well. Not much more to share than that, but definitely worth sharing.
Seems like there is not a single example out there showing how to run Tomcat in MS-DOS and capture all of its output. I sure didn’t know how, and don’t remember the post that told me. catalina run > ..\logs\console.log 2<&1