[JBoss JIRA] Created: (ISPN-95) Create interactive tutorial on using Infinispan
by Manik Surtani (JIRA)
Create interactive tutorial on using Infinispan
-----------------------------------------------
Key: ISPN-95
URL: https://jira.jboss.org/jira/browse/ISPN-95
Project: Infinispan
Issue Type: Task
Reporter: Manik Surtani
Assignee: Manik Surtani
Fix For: 4.0.0.BETA1, 4.0.0.GA
Should be a wiki page that takes the user through a set of examples, in an interactive fashion.
1. Use Groovy as an interactive console (specify that interactive Java console of choice could be used: BeanShell, Jython, JRuby, even Scala)
2. Basic usage: create cache manager, create cache, put, remove, get, replace, putIfAbsent, size. Demonstrate use of lifespans and maxAge
3. Configure with a transaction manager, demonstrate transactional use
4. Configure with a cache store. Demonstrate how state is persisted. Restart cache, to demonstrate durability of cached data.
5. Configure with eviction. Demonstrate eviction with FIFO.
6. Configure with eviction and a cache store. Demonstrate FIFO + storage
7. Configure with REPL_SYNC + transactions. Start 2 shell instances, and demonstrate caches replicating put, get, remove. Demonstrate with transactions as well.
For each of the above, we should create a configuration file. sample-configurations.xml, with several named caches - 'Local', 'LocalTx', 'CacheStore', 'Eviction', 'CacheStoreEviction', 'ReplicatedTx'. This sample cfg file should be shipped with the distribution so that people can refer to it.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month
[JBoss JIRA] Created: (ISPN-167) Ensure the mvn deploy process handles all ancillary tasks such as generating documentation, schema and parsers
by Manik Surtani (JIRA)
Ensure the mvn deploy process handles all ancillary tasks such as generating documentation, schema and parsers
--------------------------------------------------------------------------------------------------------------
Key: ISPN-167
URL: https://jira.jboss.org/jira/browse/ISPN-167
Project: Infinispan
Issue Type: Task
Affects Versions: 4.0.0.ALPHA6
Reporter: Manik Surtani
Assignee: Manik Surtani
Priority: Blocker
Fix For: 4.0.0.BETA1
Currently doing
$ mvn deploy -Dmaven.test.skip.exec=true -Pdistribution
does not generate JMX or Config docs, or the XSD schemas.
JMX and config docs can be generated separately using scripts in bin/
but this is a pain. Ideally, running
mvn deploy -Dmaven.test.skip.exec=true -Pdistribution should:
1. Generate schema - make sure this schema is packaged in the core JAR as well as made available in /etc/schema in the -ALL jar
2. Generate parsers - make sure this parser is packaged in the core JAR
3. Generate Javadoc, JMX docs and config docs - all in the /doc directory of the -ALL jar
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months