openamf/src/web/WEB-INF web.xml,1.4,1.5 openamf-config.xml,1.9,1.10

[email protected]
Newsgroups gmane.comp.java.openamf.cvs
Message-ID <[email protected]>
Update of /cvsroot/openamf/openamf/src/web/WEB-INF
In directory sc8-pr-cvs1:/tmp/cvs-serv16187/src/web/WEB-INF

Modified Files:
	web.xml openamf-config.xml 
Log Message:
1) Initial PageableRecordSet support, still needs testing and cleanup
2) Added HttpServletRequest to ServiceInvoker constructor
3) Added PageableRecordSet config
4) Config is now a singleton and can be accessed from Config.getInstance()


Index: web.xml
===================================================================
RCS file: /cvsroot/openamf/openamf/src/web/WEB-INF/web.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** web.xml	30 Apr 2003 01:02:03 -0000	1.4
--- web.xml	28 May 2003 15:53:29 -0000	1.5
***************
*** 17,20 ****
--- 17,21 ----
  			<description>Location of the OpenAMF config file.</description>
  		</init-param>
+ 		<load-on-startup>1</load-on-startup>
  	</servlet>
  

Index: openamf-config.xml
===================================================================
RCS file: /cvsroot/openamf/openamf/src/web/WEB-INF/openamf-config.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** openamf-config.xml	21 May 2003 01:32:17 -0000	1.9
--- openamf-config.xml	28 May 2003 15:53:29 -0000	1.10
***************
*** 24,27 ****
--- 24,31 ----
  	</invoker>
  	
+ 	<pageable-recordset>
+ 		<initial-data-row-count>20</initial-data-row-count>
+ 	</pageable-recordset>
+ 	
  	<!-- Required  for AdvancedGateway -->
  	<!-- 
***************
*** 29,32 ****
--- 33,49 ----
  		instead of having the DefaultGateway guess 
  	-->
+ 	<service>
+ 		<name>OpenAMFPageableRecordSet</name>
+ 		<invoker-ref>
+ 			PageableRecordSet
+ 		</invoker-ref>
+ 		<method>
+ 			<name>*</name>
+ 			<parameter>
+ 				<type>*</type>
+ 			</parameter>
+ 		</method>
+ 	</service>
+ 	
  	<service>
  		<name>Directory</name>




-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.