- 11 Mar, 2013 3 commits
-
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
Removed a TODO into examples/runners.
-
- 08 Mar, 2013 2 commits
-
-
Philippe Merle authored
-
Philippe Merle authored
-
- 07 Mar, 2013 1 commit
-
-
Lionel Seinturier authored
-
- 06 Mar, 2013 1 commit
-
-
Philippe Merle authored
- Removed hack code from class EasyBpelProcess because this code is not still required. Normally, FraSCAti with EasyBPEL reworks well now.
-
- 04 Mar, 2013 3 commits
-
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
Thank to Nicolas Salatgé for pointing this out.
-
- 28 Feb, 2013 2 commits
-
-
Jeremie Guillemotte authored
- default attribute is no longer required - added code to allow to call a special method name 'execute_custom'
-
Gwenael Cattez authored
-
- 27 Feb, 2013 1 commit
-
-
Philippe Merle authored
This intent acts as a kind of per-endpoint firewall. We could associate a list of authorized hosts to each endpoint. Only authorized hosts could invoke the endpoint. Invocations for other hosts are rejected. This intent encapsulates an Apache CXF interceptor for incoming requests.
-
- 26 Feb, 2013 1 commit
-
-
Gwenael Cattez authored
-
- 20 Feb, 2013 10 commits
-
-
Philippe Merle authored
-
Philippe Merle authored
- This concern is related to how obtain endpoint addresses (i.e. interface EndpointProvider). - One default implementation is StaticEndpointProviderFactory which returns the value stored into an SCA property. - Another implementation is to use WS-Discovery. - TODO: Other implementations could be added easily as for instance obtaining endpoint addresses from a file, a data base, etc. - WIP: An implementation based on a Google Fusion Table is under development. * Reorganized the overall Java implementation - new Java packages: feature/ strategy/ endpoint/ - renaming FailoverStrategy into ClusteringStrategy.
-
Philippe Merle authored
- This concern is related to how obtain endpoint addresses (i.e. interface EndpointProvider). - One default implementation is StaticEndpointProviderFactory which returns the value stored into an SCA property. - Another implementation is to use WS-Discovery. - TODO: Other implementations could be added easily as for instance obtaining endpoint addresses from a file, a data base, etc. - WIP: An implementation based on a Google Fusion Table is under development. * Reorganized the overall Java implementation - new Java packages: feature/ strategy/ endpoint/ - renaming FailoverStrategy into ClusteringStrategy.
-
Philippe Merle authored
-
Philippe Merle authored
- This concern is related to how obtain endpoint addresses (i.e. interface EndpointProvider). - One default implementation is StaticEndpointProviderFactory which returns the value stored into an SCA property. - Another implementation is to use WS-Discovery. - TODO: Other implementations could be added easily as for instance obtaining endpoint addresses from a file, a data base, etc. - WIP: An implementation based on a Google Fusion Table is under development. * Reorganized the overall Java implementation - new Java packages: feature/ strategy/ endpoint/ - renaming FailoverStrategy into ClusteringStrategy.
-
Philippe Merle authored
Added a FraSCAti Explorer plugin to allow one to invoke the compute method of the Fibonacci interface.
-
Gwenael Cattez authored
-
Gwenael Cattez authored
Fix bug : Use the freshly generated jar of the current project instead of retrieving it from local repository
-
Philippe Merle authored
-
Philippe Merle authored
-
- 19 Feb, 2013 7 commits
-
-
Philippe Merle authored
Added an experimental query method that returns a collection of typed objects instead of a generic QueryResult object. This allows one to map Google Fusion Tables query results to its ows JavaBeans classes. WIP: Several TODO need to be addressed.
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
This is useful when using REST services requiring some technical parameters like api key, etc. Then the business code need not to deal with these query parameters. They are added implicitly by the intent.
-
Philippe Merle authored
-
- 18 Feb, 2013 4 commits
-
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
-
- 17 Feb, 2013 2 commits
-
-
Philippe Merle authored
Removed useless Fractal client interface domain-classloader-manager as it was only used by class AddBinding.
-
Philippe Merle authored
Used the class loader of the Fractal interface to bind/export instead of the global class loader of FraSCAti. Thank to Miruna Stoicescu for pointing this issue out.
-
- 15 Feb, 2013 1 commit
-
-
Philippe Merle authored
-
- 14 Feb, 2013 2 commits
-
-
Philippe Merle authored
Updated this example related to the recently committed frascati-intent-apache-cxf-ws-discovery module. A namespace is required to access to WS-Discovery intents.
-
Philippe Merle authored
- WS-Discovery: discover the uri of a <binding.ws> via WS-Discovery - WS-DiscoveryFailoverSequentialStrategy: failover WS requests sequentially to a set of end points discovered via WS-Discovery. - WS-DiscoveryFailoverRetryStrategy: failover WS requests sequentially (with retries) to a set of end points discovered via WS-Discovery. - WS-DiscoveryFailoverRandomStrategy: failover WS requests randomly to a set of end points discovered via WS-Discovery. - WS-DiscoveryLoadBalancingSequentialStrategy: load balancing requests sequentially to a set of end points discovered via WS-Discovery. - WS-DiscoveryLoadBalancingRetryStrategy: load balancing requests sequentially (with retries) to a set of end points discovered via WS-Discovery. - WS-DiscoveryLoadBalancingRandomStrategy: load balancing requests randomly to a set of end points discovered via WS-Discovery. WARNING: This works with Apache CXF 2.7.x only.
-