log

age author description
Tue, 10 Dec 2013 17:39:27 +0000 luisf The page is now generated using a simple form (using GET), and each time the page is generated a player is generated as well; small CSS changes.
Tue, 10 Dec 2013 17:38:43 +0000 luisf Adding the JSLT library files to the app (needed by Tomcat).
Tue, 10 Dec 2013 17:38:07 +0000 luisf Removing JQuery and all javascript code - using JSLT instead.
Tue, 10 Dec 2013 15:24:30 +0000 luisf Ading the pre-built jar
Tue, 10 Dec 2013 12:02:46 +0000 luisf The Servlet now sends the audio file to the browser;
Mon, 09 Dec 2013 16:57:52 +0000 luisf Using JQuery to generate the AJAX call. Added a AJAX indicator.
Fri, 06 Dec 2013 19:24:11 +0000 luisf Minor changes
Fri, 06 Dec 2013 15:52:30 +0000 luisf More housekeeping: renamed the webapp folder to WebContent (so taht it becomes more Eclipse-friendly)
Fri, 06 Dec 2013 13:14:55 +0000 luisf Reverted the classes folder to its original location (WEB-INF/classes)
Fri, 06 Dec 2013 12:51:59 +0000 luisf Moved the src and classes folders to the root of the workspace; renamed the classes folder to build
Fri, 06 Dec 2013 12:27:19 +0000 luisf moved the mcode folder to the root of the workspace;
Fri, 06 Dec 2013 12:26:54 +0000 luisf explicitly importing the logger class
Fri, 06 Dec 2013 11:50:44 +0000 luisf Changed the name of the example page to index.jsp
Fri, 06 Dec 2013 11:50:35 +0000 luisf Changed the name of the example page to index.jsp
Thu, 05 Dec 2013 17:03:02 +0000 luisf Making sure the war file is rebuilt when the java classes are changed
Thu, 05 Dec 2013 15:14:03 +0000 luisf Added jquery lib script; fixed build file.
Wed, 04 Dec 2013 19:48:02 +0000 luisf Adding logging capabilities with log4j to the servlet; adding the log4j 1.2 class as well
Tue, 03 Dec 2013 12:19:31 +0000 luisf Added a configuration file (myapp.propoerties); reading the configuration file.
Fri, 29 Nov 2013 17:08:12 +0000 luisf Fixed some minor issues in jsp.
Fri, 29 Nov 2013 16:30:13 +0000 luisf created an example page to test the servlet; updated the web.xml deployment descriptor to reflect the servlet naming
Fri, 29 Nov 2013 16:29:07 +0000 luisf Created an ant build-war target.
Fri, 29 Nov 2013 15:48:07 +0000 luisf working on the servlet: calling the simulateBinauralSignals function on the doGet method.
Fri, 29 Nov 2013 15:47:15 +0000 luisf defining parameter includeantdatetime to remove warning
Fri, 29 Nov 2013 15:46:35 +0000 luisf removed some unused vars; cleaned file
Fri, 29 Nov 2013 13:04:29 +0000 luisf build file now correctly compiling the TestEchoClass; the TestEchoClass now calls the matlab function with the output filename arg.
Thu, 28 Nov 2013 11:30:56 +0000 luisf Changes in the build file - also checking mcode/private folder for changes.
Wed, 27 Nov 2013 17:58:27 +0000 luisf Added property to check if the matlab files changed (only calling this task if there are any changes)
Wed, 27 Nov 2013 17:41:10 +0000 luisf Calling the simulateBinauralSignals function using a structure (new interface).
Wed, 27 Nov 2013 17:24:31 +0000 luisf copies the generated jar to the correct lib folder.
Wed, 27 Nov 2013 17:07:39 +0000 luisf Fixed build issue that was preventing Ant from running successfully; changed MATLAB function to wrap to reflect new version of the human_echolocation code.
Wed, 27 Nov 2013 12:21:08 +0000 luisf added readme file
Wed, 27 Nov 2013 12:09:16 +0000 luisf Added build file (for ant) with the compile-matlab target (still with my filesystem's local paths).
Wed, 27 Nov 2013 11:10:43 +0000 luisf Initial commit of code. Not in a working state yet. This code is based on the JavaEndToEnd example described on Mathwork's MATLAB Application Deplyment (Web Example Guide for R2013b) - see this project's documentation for more details.