Skip to content

This is a detector that uses MoTIon to detect links, between both client and server sides, established using RPC in GWT framework

Notifications You must be signed in to change notification settings

alesshosry/LinksDetector-GWT-RPC

Repository files navigation

LinksDetector-GWT-RPC

This is a detector that uses MoTion to detect links, between both client and server sides, established using RPC in GWT framework

Usage:

  1. Create a new Moose Image
  2. Import a Famix Model
  3. Open Moose Playground (Ctrl+OW) in your and execute the following Metacello script (select it and press Do-it button or Ctrl+D):
Metacello new
    baseline: 'LinksDetectorGWTRPC';
    repository: 'github://AlessHosry/LinksDetector-GWT-RPC:main';
    load.
  1. Paste below code in playground:
	linksDetector := LinksDetector new.
	linksDetector model: (MooseModel root at: 1).  "Make sure the index is correct"
   	linksDetector detectAllLinks . 
	rpclinks := linksDetector links
  1. This library uses MoTion, in case it was not downloaded, you can find it here: https://github.com/alesshosry/MoTion
  2. Don't forget to load package 'MoTion-Moose'

About

This is a detector that uses MoTIon to detect links, between both client and server sides, established using RPC in GWT framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published