Skip to content

Jaguar development tool, to inspect Jaguar projects flow execution

Notifications You must be signed in to change notification settings

adolfojunior/jaguar-xray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jaguar-xray

Development tool, used to inspect Jaguar code flow.

Setup

  • Maven dependency in pom.xml

<dependency>
	<groupId>br.com.cubekode.jaguar</groupId>
	<artifactId>jaguar-xray</artifactId>
	<version>0.0.1-SNAPSHOT</version>
</dependency>
  • Configure track Filter in web.xml

<filter>
	<filter-name>AppTrackFilter</filter-name>
	<filter-class>br.com.cubekode.jaguar.xray.filter.AppTrackFilter</filter-class>
</filter>
<filter-mapping>
	<filter-name>AppTrackFilter</filter-name>
	<url-pattern>/*</url-pattern>
</filter-mapping>
  • Configure CDI interceptor in beans.xml

<interceptors>
	<class>br.com.cubekode.jaguar.xray.cdi.AppTrackInterceptor</class>
	...
</interceptors>
  • Client URL

$ http://localhost:8080/your_application/jaguarxray
  • Client to Remote Applications

Use this hosted html to visualize remote applications.

About

Jaguar development tool, to inspect Jaguar projects flow execution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published