Commit graph

3117 commits

Author SHA1 Message Date
hns
9edd9cf670 minor formatting stuff 2001-03-05 16:04:29 +00:00
hns
d2ce49b6ef Changed app access from private to protected 2001-03-02 15:54:42 +00:00
hns
dd903bcdf2 We need to do something about db sources that are not defined... 2001-03-02 15:50:43 +00:00
hns
874e21b961 Rearrangement of servlet package. Introduced abstract base servlet
and wrote subclasses for one servlet to one hop application
(ServletClient) and one servlet to multiple hop applications on one server
(MultiServletClient).
2001-03-02 15:45:24 +00:00
hns
dd011fe911 Added global countActiveUsers() function 2001-03-01 16:02:34 +00:00
hns
63b63db8b5 implemented res.writeBinary() to directly write a java byte array to the response 2001-03-01 16:02:11 +00:00
hns
d45f3240ce made RequestTrans and ResponseTrans implement Externalizable instead of Serializable
renamed ResponseTrans.mainSkin to .skin to avoid confusion
2001-02-28 15:06:49 +00:00
hns
9f3dc4cfb8 switched back from BufferedOutputStream to unbuffered one 2001-02-27 22:16:52 +00:00
hns
8eb28ffd2e replaced flush() with close() 2001-02-27 21:24:19 +00:00
hns
6b52e4a797 Write byte[] instead of char[] 2001-02-27 20:54:57 +00:00
hns
f6b2001fb4 transfer byte array instead of char[] 2001-02-27 20:54:06 +00:00
hns
e9e9f81722 use BufferedWriter in writeResponse 2001-02-27 20:25:35 +00:00
hns
3776509f32 Moved first getLogger behind setting of hopHome 2001-02-27 20:20:43 +00:00
hns
9b0680e5d6 allowed requests to be attached until finally clause is reached 2001-02-26 22:04:02 +00:00
hns
ac52a14efc slight tweak to attachRequest() 2001-02-26 20:23:39 +00:00
hns
69d9b49ce3 Implemented request attachment: If a request with the same
user, path and input data is already being evaluated, the request is
attached to that evaluation instead of starting a new one.
This should fix the very common double- or multiple click problem,
among others.
2001-02-26 19:28:55 +00:00
hns
9fa2d5154f avoid cache.put() where theyre not really needed. 2001-02-24 20:39:21 +00:00
hns
63cf63499d tuned to be a bit more less persistent on concurrency conflicts 2001-02-24 20:36:48 +00:00
hns
683263b9d9 Removed buggy key caching mumbo jumbo 2001-02-24 05:24:15 +00:00
hns
924f3f31a6 added getType() accessor 2001-02-24 01:23:40 +00:00
hns
3d8960caee added debug check to put(). 2001-02-24 01:23:03 +00:00
hns
e861654e2c check if baseURI is null in href() 2001-02-24 00:41:07 +00:00
hns
cae03f5fef minor fix in Node.href() to recognize user nodes 2001-02-24 00:40:26 +00:00
hns
bf8397634c reversed comparison of type and id in Key.equals() 2001-02-23 23:58:37 +00:00
hns
35d118c43c made max the default method of key generation for relational databases
cleanup in ESNode on while searching comic node manager bug
set baseuri when using embedded web server
2001-02-23 18:07:24 +00:00
hns
9c058a3a02 changed exception handling in renderSkin() 2001-02-21 18:14:28 +00:00
hns
bba67e87fb check for null values in response macros 2001-02-21 16:09:18 +00:00
hns
4ca07eedc4 Made generateSQLID synchronized and remember last generated ID in
DbMapping
2001-02-21 14:31:46 +00:00
hns
06fd698c41 replaced statement in generateSQLID with MAX() expression 2001-02-21 14:21:49 +00:00
hns
e756709eff Fixed case in getSQLIDgen() method name 2001-02-20 21:14:32 +00:00
hns
cf7bdee73b Added Daniel's changes to generate id from table without sequence 2001-02-20 21:10:17 +00:00
hns
fbcfbc32ba implemented global skin to be rendered after action has been executed 2001-02-20 15:53:48 +00:00
hns
ffe720105c implemented global skin to be rendered after request is executed 2001-02-20 15:53:12 +00:00
hns
0a2cbec8f7 fixed bug for global skins 2001-02-20 14:23:35 +00:00
hns
c708ff0c29 fallback to hopobject if skin is not found in prototype 2001-02-19 17:54:16 +00:00
hns
bf0ecdd923 first implementation of system lever skin support 2001-02-19 16:59:11 +00:00
hns
9922ea3fd8 save res.message on the user object across a redirect 2001-02-15 15:54:11 +00:00
hns
23195369b1 pass groupbyorder on to virtual relations 2001-02-15 12:42:06 +00:00
hns
511f151546 added pre to list of tags where newlines are not encoded 2001-02-15 12:41:27 +00:00
hns
523c05a3dc builds a working snapshot 2001-02-09 19:01:03 +00:00
hns
9f8f477bf3 we dont need that either 2001-02-09 18:54:29 +00:00
hns
57c322a273 not needed 2001-02-09 18:51:07 +00:00
hns
7ac5ae3331 Removed Interpret.java 2001-02-09 18:49:44 +00:00
hns
098baf9c49 removed dependency on FESI.gui 2001-02-09 18:46:44 +00:00
hns
fd4cacb4a9 checked in GNU RegExp 1.1.0 2001-02-09 18:41:12 +00:00
hns
55b399987c removed swing stuff 2001-02-09 18:31:59 +00:00
hns
da462d53c0 removed swing and AWT stuff from FESI 2001-02-09 18:31:35 +00:00
hns
171b44fb85 initial check in 2001-02-09 18:22:52 +00:00
hns
541dc1e58d Added missing Acme classes 2001-02-09 18:17:24 +00:00
hns
1b98b7379f moved build files to own top level directory 2001-02-09 16:31:23 +00:00