Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #12695
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Jeff Higgins <jeff@invalid.invalid> |
| Newsgroups | comp.lang.java.programmer |
| Subject | AAA Abstract Application Annotations |
| Date | Sun, 04 Mar 2012 22:29:45 -0500 |
| Organization | A noiseless patient Spider |
| Lines | 47 |
| Message-ID | <jj1bu1$ki4$1@dont-email.me> (permalink) |
| References | <jiu3rl$aaj$1@dont-email.me> <jj055p$qua$1@news.albasani.net> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Injection-Date | Mon, 5 Mar 2012 03:29:05 +0000 (UTC) |
| Injection-Info | mx04.eternal-september.org; posting-host="BSKXKq4dV+7jFlM4JDctyw"; logging-data="21060"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/q3qtZRV4LK276k4yWRK5Kmhg47Ow1NnU=" |
| User-Agent | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20120207 Icedove/3.0.11 |
| In-Reply-To | <jj055p$qua$1@news.albasani.net> |
| Cancel-Lock | sha1:UHrEg4tr/vFOcO8+qcFVKzEsHTY= |
| Xref | csiph.com comp.lang.java.programmer:12695 |
Show key headers only | View raw
On 03/04/2012 11:27 AM, Jan Burse wrote:
> Can SAF be considered something inbetween
> Swing and Eclipse? What other similar
> frameworks like SAF are available now?
Does not yet exist yet to my knowledge.
Very lightweight.
Abstract Application Annotations
Requires only a builder on the development platform.
Develop an application by writing annotated interfaces.
Declarative configuration using (xml?).
@PackagingImpl
interface IApplication
{
@PlatformImpl
void launch(String[] args);
}
@PackagingImpl
interface IPlugin
{
@Uninstall
void install();
@AsService
void start();
@Site
void update();
}
@Persistance
@Typed
interface IData
{
void create();
void retrieve();
void update();
void remove();
}
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
Swing Application Framework Dead markspace <-@.> - 2012-03-03 13:52 -0800
Re: Swing Application Framework Dead Jeff Higgins <jeff@invalid.invalid> - 2012-03-03 21:17 -0500
Re: Swing Application Framework Dead Jeff Higgins <jeff@invalid.invalid> - 2012-03-03 21:27 -0500
Re: Swing Application Framework Dead markspace <-@.> - 2012-03-03 20:00 -0800
Re: Swing Application Framework Dead Arne Vajhøj <arne@vajhoej.dk> - 2012-03-04 09:31 -0500
Re: Swing Application Framework Dead Jeff Higgins <jeff@invalid.invalid> - 2012-03-04 14:34 -0500
Re: Swing Application Framework Dead "John B. Matthews" <nospam@nospam.invalid> - 2012-03-03 23:52 -0500
Re: Swing Application Framework Dead Jan Burse <janburse@fastmail.fm> - 2012-03-04 17:27 +0100
Re: Swing Application Framework Dead Arne Vajhøj <arne@vajhoej.dk> - 2012-03-04 12:59 -0500
Re: Swing Application Framework Dead Jeff Higgins <jeff@invalid.invalid> - 2012-03-04 13:58 -0500
Re: Swing Application Framework Dead Arved Sandstrom <asandstrom3minus1@eastlink.ca> - 2012-03-04 16:31 -0400
Re: Swing Application Framework Dead Jeff Higgins <jeff@invalid.invalid> - 2012-03-04 16:13 -0500
Re: Swing Application Framework Dead Jeff Higgins <jeff@invalid.invalid> - 2012-03-04 16:20 -0500
Re: Swing Application Framework Dead Arne Vajhøj <arne@vajhoej.dk> - 2012-03-04 21:03 -0500
Re: Swing Application Framework Dead Jan Burse <janburse@fastmail.fm> - 2012-03-04 22:20 +0100
Re: Swing Application Framework Dead Arved Sandstrom <asandstrom3minus1@eastlink.ca> - 2012-03-04 18:15 -0400
Re: Swing Application Framework Dead David Lamb <dalamb@cs.queensu.ca> - 2012-03-05 16:26 -0500
Re: Swing Application Framework Dead Arne Vajhøj <arne@vajhoej.dk> - 2012-03-04 17:44 -0500
Re: Swing Application Framework Dead markspace <-@.> - 2012-03-05 08:14 -0800
Re: Swing Application Framework Dead Jeff Higgins <jeff@invalid.invalid> - 2012-03-06 07:06 -0500
Re: Swing Application Framework Dead Jan Burse <janburse@fastmail.fm> - 2012-03-04 22:18 +0100
Re: Swing Application Framework Dead Arved Sandstrom <asandstrom3minus1@eastlink.ca> - 2012-03-04 18:21 -0400
Re: Swing Application Framework Dead Arne Vajhøj <arne@vajhoej.dk> - 2012-03-04 20:55 -0500
Re: Swing Application Framework Dead Lew <noone@lewscanon.com> - 2012-03-05 02:39 -0800
Re: Swing Application Framework Dead David Lamb <dalamb@cs.queensu.ca> - 2012-03-05 16:35 -0500
Re: Swing Application Framework Dead Arne Vajhøj <arne@vajhoej.dk> - 2012-03-06 17:21 -0500
Re: Swing Application Framework Dead Jan Burse <janburse@fastmail.fm> - 2012-03-04 20:20 +0100
Re: Swing Application Framework Dead Jan Burse <janburse@fastmail.fm> - 2012-03-04 21:49 +0100
Re: Swing Application Framework Dead Jeff Higgins <jeff@invalid.invalid> - 2012-03-04 17:18 -0500
AAA Abstract Application Annotations Jeff Higgins <jeff@invalid.invalid> - 2012-03-04 22:29 -0500
Re: AAA Abstract Application Annotations Jan Burse <janburse@fastmail.fm> - 2012-03-05 20:38 +0100
Re: AAA Abstract Application Annotations Jeff Higgins <jeff@invalid.invalid> - 2012-03-05 15:06 -0500
Re: AAA Abstract Application Annotations Jan Burse <janburse@fastmail.fm> - 2012-03-06 19:36 +0100
csiph-web