473,563 Members | 2,667 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

An idea for a framework (does such a thing exist?)

GG
Hi all,

Here's an idea for a framework I thought about because I can make use
of it in my project. Maybe such a thing exists,
if so, I'd like pointers; if not, I'll start working on it myself.

The project is for Java, so ...

I want something that would make it easier for various modules to be
able to instrument themselves so they can
write logs, which can later be parsed again for replaying
the original behavior. (If that helps, consider something like
a recordable app on a Mac, where AppleScript can be used
to play it back).

P.S. Forgive my crossposting, but I hope google's posting DTRT, and
what really is the difference between, say, comp.lang.java. programmer
and comp.lang.java. developer; and what are comp.lang.java. misc and
comp.lang.java. help supposed to do above and beyond comp.lang.java?
Jul 17 '05 #1
7 1651

"GG" <gr****@alum.mi t.edu> wrote in message
news:d5******** *************** ***@posting.goo gle.com...
Hi all,

Here's an idea for a framework I thought about because I can make use
of it in my project. Maybe such a thing exists,
if so, I'd like pointers; if not, I'll start working on it myself.

The project is for Java, so ...

I want something that would make it easier for various modules to be
able to instrument themselves so they can
write logs, which can later be parsed again for replaying
the original behavior. (If that helps, consider something like
a recordable app on a Mac, where AppleScript can be used
to play it back).
Have you tried looking at Eclipse - http://eclipse.org - to see if they have
anything? There are a lot of plugins available for Eclipse these days and
something like what you are describing could be among them.

If you don't see anything on the main pages of the site, try asking on one
of the many Eclipse newsgroups. Somewhere there may be able to point you in
the right direction.
P.S. Forgive my crossposting, but I hope google's posting DTRT, and
what really is the difference between, say, comp.lang.java. programmer
and comp.lang.java. developer; and what are comp.lang.java. misc and
comp.lang.java. help supposed to do above and beyond comp.lang.java?


If you read the Netiquette guides to Usenet, they tell you to either read
the charter for the newsgroup or read several posts (or preferably BOTH)
before posting to a newsgroup, not just crosspost like mad in the hopes that
you will hit a newsgroup that might be able to answer your question. That is
good advice, in my opinion.

Rhino
Jul 17 '05 #2
GG
> If you read the Netiquette guides to Usenet, they tell you to either read
the charter for the newsgroup or read several posts (or preferably BOTH)
I have been aware of that for over 12 years, my friend.
before posting to a newsgroup, not just crosspost like mad in the hopes that
Crossposting was NOT discouraged; it is multiple separate postings that are.
you will hit a newsgroup that might be able to answer your question. That is
good advice, in my opinion.


However, you're right. I should not have posted to so many. Sorry.
But according to http://www.faqs.org/faqs/computer-la.../help/minifaq/,
comp.lang.java. softwaretools was appropriate, as I think was
comp.lang.java. programmer. Also comp.lang.java. developer and
comp.lang.java. misc, I guess.

I was wrong about the rest; my apologies.
Jul 17 '05 #3
GG
> If you read the Netiquette guides to Usenet, they tell you to either read
the charter for the newsgroup or read several posts (or preferably BOTH)
I have been aware of that for over 12 years, my friend.
before posting to a newsgroup, not just crosspost like mad in the hopes that
Crossposting was NOT discouraged; it is multiple separate postings that are.
you will hit a newsgroup that might be able to answer your question. That is
good advice, in my opinion.


However, you're right. I should not have posted to so many. Sorry.
But according to http://www.faqs.org/faqs/computer-la.../help/minifaq/,
comp.lang.java. softwaretools was appropriate, as I think was
comp.lang.java. programmer. Also comp.lang.java. developer and
comp.lang.java. misc, I guess.

I was wrong about the rest; my apologies.
Jul 17 '05 #4
Crossposting was NOT discouraged; it is multiple separate postings that are.
Multiposting is indeed discouraged.
However, you're right. I should not have posted to so many. Sorry.
But according to http://www.faqs.org/faqs/computer-la.../help/minifaq/,
comp.lang.java. softwaretools was appropriate, as I think was
comp.lang.java. programmer. Also comp.lang.java. developer and
comp.lang.java. misc, I guess.


As you say yourself :positive_feedb ack:
excessive crossposting is discouraged.

Also, posting to newsgroups that are not on the master list is also
discouraged. For details about current newsgroups see
<http://makeashorterlin k.com/?F24612809>
(soz, the URL was a bit long and some newsreaders might break it).

Followup-To: comp.lang.java. help
Jul 17 '05 #5
On 11 Aug 2004 07:33:11 -0700, GG wrote:
Also comp.lang.java. developer and
comp.lang.java. misc, I guess.


You guess wrong. Neither of those are valid groups.

F'Ups set to c.l.j.programme r exlusively.

--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
Jul 17 '05 #6
If I understood your idea, you yanna add features to instrument your
code, right? What about AOP and Aspect J? You can write log and others
tasks easily. I don't know Mac, so I did not understand your example
about recordable app on Mac.
gr****@alum.mit .edu (GG) wrote in message news:<d5******* *************** ****@posting.go ogle.com>...
Hi all,

Here's an idea for a framework I thought about because I can make use
of it in my project. Maybe such a thing exists,
if so, I'd like pointers; if not, I'll start working on it myself.

The project is for Java, so ...

I want something that would make it easier for various modules to be
able to instrument themselves so they can
write logs, which can later be parsed again for replaying
the original behavior. (If that helps, consider something like
a recordable app on a Mac, where AppleScript can be used
to play it back).

P.S. Forgive my crossposting, but I hope google's posting DTRT, and
what really is the difference between, say, comp.lang.java. programmer
and comp.lang.java. developer; and what are comp.lang.java. misc and
comp.lang.java. help supposed to do above and beyond comp.lang.java?

Jul 17 '05 #7
ma**********@ya hoo.com.br (Takeda) wrote in message news:<82******* *************** ****@posting.go ogle.com>...
If I understood your idea, you yanna add features to instrument your
code, right? What about AOP and Aspect J? You can write log and others
tasks easily. I don't know Mac, so I did not understand your example
about recordable app on Mac.
gr****@alum.mit .edu (GG) wrote in message news:<d5******* *************** ****@posting.go ogle.com>...
Hi all,

Here's an idea for a framework I thought about because I can make use
of it in my project. Maybe such a thing exists,
if so, I'd like pointers; if not, I'll start working on it myself.

The project is for Java, so ...

I want something that would make it easier for various modules to be
able to instrument themselves so they can
write logs, which can later be parsed again for replaying
the original behavior. (If that helps, consider something like
a recordable app on a Mac, where AppleScript can be used
to play it back).

P.S. Forgive my crossposting, but I hope google's posting DTRT, and
what really is the difference between, say, comp.lang.java. programmer


and comp.lang.java. developer; and what are comp.lang.java. misc and
comp.lang.java. help supposed to do above and beyond comp.lang.java?


CG, the GoF Design Pattens book mentions a pattern, CMD maybe?. It
would be very useful. I think a more formal definition of all exposed
methods would be great as then a REAL contract between software
agents/programs would be possible. I suppose there is some
correspondence between your idea and that of webservice
contracts/agent contracts. That is one area in which I've seen a Java
framework for replaying. But it is more dynamic in the sense that the
initial play is dynamically determined and then the replaying is just
a recording of each agent behavior. Specifically in the RoboCup play
environment. It is not what you mean as the framework is specific to
that simulation environment.

best luck and good speed,
timjowers
Jul 17 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
2386
by: R | last post by:
Hello everybody. I'm writing my own Content System in PHP5. I've written so far main classes for handling DB connections, XML, XForms and Sessions. But I've got problem with one thing - it's not even relative with implementation - I'm looking for a smart solution My present system works like this:
29
1930
by: Jim Hubbard | last post by:
Yet another hotfix alert (http://www.kbalertz.com/Feedback_823535.aspx) that states "To resolve this problem immediately, contact Microsoft Product Support Services to obtain the hotfix." Whatever happened to automatic updates? Doesn't Microsoft know that developers are busy people.....too busy to be stopped by this type of crap every time...
18
3012
by: Cameron Laird | last post by:
QOTW: "... So I started profiling the code and the slowdown was actually taking place at places where I didn't expect it." -- Guyon Mor?e (and about twenty-three thousand others) " suggestion from the world of 'agile development': stop making so many decisions and start writing some actual code!" -- Peter Hansen Scott David Daniels and...
3
4484
by: Lubos | last post by:
Hi, How can i make this. When i maked a program in C# and then when the program is execute on computer without .NET Framework, how can i automaticaly invoke instalation of Framework after execute the program? How files (instalation files for Framework) i have to distribute with my program? Thanks Lubos
14
1790
by: Josh Ferguson | last post by:
I don't believe a syntax driven equivalent exists for this, but I just thought it would be neat if you could use foreach to do something like this: foreach (Object x in collection1, collection2) and have it sequentially enumerate through both of them.
3
2447
by: Alexander | last post by:
When i store rule on PC with .NET.SP1 i cant restore them from PC without SP1. An i get this Error: System.Runtime.Serialization.SerializationException: Possible Version mismatch. Type System.Collections.Comparer has 1 members, number of members deserialized is 0. at...
4
2298
by: Howard Kaikow | last post by:
When I build a setup project, the dependency in the setup project is tied to the version in which it was built. Is there a way to build a setup project that can be used in both versions of the Framework? There is provision to build the app's .exe so that the .exe can be used in either version of the framework, is there not a way to do this...
2
3308
by: Ron | last post by:
Hello, I'm attempting to develop a plugin framework for an application that I'm working on. I wish to develop something in which all plugins exist in a directory tree. The framework need only be given the root of the tree. The framework then uses os.path.walk to search all for all files named 'plugin.pyc'. These are then loaded using...
23
1561
by: walterbyrd | last post by:
Way back when, I got a lot of training and experience in highly structued software development. These days, I dabble with web-development, but I may become more serious. I consider php to be an abombination, the backward compatibility issues alone are reason enough to make me hate it. Rail looks promising, but it's difficult to find...
0
7580
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7882
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8103
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7634
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7945
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5481
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3634
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2079
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
916
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.