| Building scripts with 1.3 mavenized branch
Hello, I am trying to make a very simple script using the extensions. The script is as follows: package org.eurekaj.btracers; import com.sun.btrace.annotations.*; import static com.sun.btrace.ext.Co . . .
|
BTrace
» General Discussion
|
October 11, 2011 21:17
by: Jaroslav Bachorik
|
| BTrace Plugin Architecture
Hello, I am trying to make a very simple script using the extensions. The script is as follows: "..code.." However, I am not sure how the script is able to access the methods within the extensio . . .
|
BTrace
» General Discussion
|
July 30, 2011 10:18
by: joachimhskeie
|
| BTrace Plugin Architecture
Hello again, Holidays are over, and development of the final release of EurekaJ is winding down throughout August, so I have planned to put a bit of work into upgrading my test environment from BTrac . . .
|
BTrace
» General Discussion
|
July 30, 2011 10:18
by: joachimhskeie
|
| BTrace Plugin Architecture
Is there any work remaining for porting existing functionality to extensions, or is the port mainly done ?
|
BTrace
» General Discussion
|
July 30, 2011 10:18
by: joachimhskeie
|
| BTrace Plugin Architecture
Hello, On first view this looks good. Just a quick question. There will be one jar file for each plugin-point ? So BTrace will end up with a btrace-agent-jar, extension/btrace-threads.jar, extensions . . .
|
BTrace
» General Discussion
|
July 30, 2011 10:18
by: joachimhskeie
|
| BTrace Plugin Architecture
I am away over the weekend, but I will have a look at it next week. Regarding the btrace.extension.path could be used to override a default path. BTrace could set up so that all jar files within direct . . .
|
BTrace
» General Discussion
|
July 30, 2011 10:18
by: joachimhskeie
|
| BTrace Plugin Architecture
Hello again, Is there a Jira Issue or a description on what you would like to have done in regards to modularization ?
|
BTrace
» General Discussion
|
July 30, 2011 10:18
by: joachimhskeie
|
| BTrace Plugin Architecture
I dont mind changing my original design at all. I would be glad to help out with modularizing BTrace. Im going to throw a few ideas out there, hopefully engaging others to join in the discussion as w . . .
|
BTrace
» General Discussion
|
July 30, 2011 10:18
by: joachimhskeie
|
| BTrace Plugin Architecture
I dont see a major difference between the two approaches. In both instances, it is the script developer that chooses to execute code from the plugin, the difference being that in the script-example the . . .
|
BTrace
» General Discussion
|
July 30, 2011 10:18
by: joachimhskeie
|
| BTrace Plugin Architecture
That might be an option. In my mind, though, a plugin is by definition "unsafe", though. Some restrictions might apply (like not able to start new threads or execute native code, etc.), but any applica . . .
|
BTrace
» General Discussion
|
July 30, 2011 10:18
by: joachimhskeie
|