[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [cross-project-issues-dev] OWASP Logging project - Eclipse integration
|
- From: Oisin Hurley <oisin.hurley@xxxxxxxxx>
- Date: Fri, 24 Jul 2009 16:14:48 +0100
- Delivered-to: cross-project-issues-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=bdLLu70n1wfFJBp9LI2tw/wGuWZHDmhUpHlIHXHenqo=; b=wqw3hnCbeBsNRBg1mZMSKlIp1EFj69oNEgMkzq01x8gJ8WbKbIb9enhADo7QqADR/e zyAXZZpZ7pM9oeyxbl/rB/SaRQoFNjbxlzLBoR0IEUdRLo2rCCjV6ANMzvjaDanjtCxk tAFET8k0/A5XAsYIJHpiR+nnBElR/NMShWSL4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=o8MZ/uveHSv4vdR1QDinI82rGb28n0ovUMqwI41xQk5Pdbqj01g2DIS/oZWwWlfYQA VipId6TnootbfGKkLrmdeAsoxtxwoj/+B5X6pqXprrcYkzDJJkwGwCPe7B3SDy7aaNRz /s7U7c424iChwCbEFuIJXcskFKR1WrxE3yfO0=
> Please tell me what are your thoughts on this subject and whether
> there already is such a functionality in Eclipse.
I think IDE integration is always a good idea, and I think that
Eclipse is right platform to pick.
Eclipse provides all sorts of capabilities for auto-completing editor
for domain-specific languages, huge amounts of capabilities on for
viewing, filtering, ordering and manipulating data within a graphical
metaphor.
Your questions are too general for specific replies. I suggest that
you sort out the core capabilities of the logging aspect of your
project and the core requirements, then look at what Eclipse can
provide. The best way to do that would be to download Eclipse and use
it.
--oh