|
List Info
Thread: Off-the-shelf Standalone App Framework?
|
|
| Off-the-shelf Standalone App Framework? |

|
2007-04-02 09:41:10 |
Hello all,
I'm new to excalibur and co. and am still reading
through the
available documentation. However, having read through the
main pages,
I still have not found what I'm looking for... maybe someone
on this
list can point me in the right direction?
I'm looking for a relatively lightweight java
application
framework that supports COP, IoC, but also can run as a
standalone
application (i.e. with bootstrapping, start/stop scripts
etc)
The part that is so far missing is the bootstrapping
mechanism.
Before I head out and write my own, I wanted to make sure I
haven't
skipped over some existing thing...
Excalibur? Phoenix? Merlin? Keel? Metro? Spring? so many
products that
seem to want to do the same thing... almost.
Thanks!
W.
------------------------------------------------------------
---------
To unsubscribe, e-mail: user-unsubscribe excalibur.apache.org
For additional commands, e-mail: user-help excalibur.apache.org
|
|
| Re: Off-the-shelf Standalone App
Framework? |
  United States |
2007-04-02 10:27:13 |
|
| walid joseph Gedeon wrote:
> Hello all,
> I'm new to excalibur and co. and am still reading through the
> available documentation. However, having read through the main pages,
> I still have not found what I'm looking for... maybe someone on this
> list can point me in the right direction?
>
> I'm looking for a relatively lightweight java application
> framework that supports COP, IoC, but also can run as a standalone
> application (i.e. with bootstrapping, start/stop scripts etc)
>
> The part that is so far missing is the bootstrapping mechanism.
> Before I head out and write my own, I wanted to make sure I haven't
> skipped over some existing thing...
>
> Excalibur? Phoenix? Merlin? Keel? Metro? Spring? so many products that
> seem to want to do the same thing... almost.
We use Excalibur for the MinneTAC trading agent (see tac.cs.umn.edu).
I've attached the "container" module that starts everything up, and you
can of course download the source and see how the configuration files
work. Our experience is that once you have figured out the container and
how to write config files, Excalibur stays nicely in the background and
Just Works. We are very pleased with it.
Cheers
John Collins
University of Minnesota
|
Approximate file size 2956 bytes |
| Re: Off-the-shelf Standalone App
Framework? |

|
2007-04-02 10:38:34 |
Hello John,
Thanks for your answer.
How do you shutdown the app? do you ctrl-c (or kill)? or do
you use an
excalibur specific "shutdown" mechanism (through
an admin console)?
-w
On 4/2/07, John Collins <jcollins cs.umn.edu> wrote:
> walid joseph Gedeon wrote:
> > Hello all,
> > I'm new to excalibur and co. and am still
reading through the
> > available documentation. However, having read
through the main pages,
> > I still have not found what I'm looking for...
maybe someone on this
> > list can point me in the right direction?
> >
> > I'm looking for a relatively lightweight java
application
> > framework that supports COP, IoC, but also can run
as a standalone
> > application (i.e. with bootstrapping, start/stop
scripts etc)
> >
> > The part that is so far missing is the
bootstrapping mechanism.
> > Before I head out and write my own, I wanted to
make sure I haven't
> > skipped over some existing thing...
> >
> > Excalibur? Phoenix? Merlin? Keel? Metro? Spring?
so many products that
> > seem to want to do the same thing... almost.
>
> We use Excalibur for the MinneTAC trading agent (see
tac.cs.umn.edu).
> I've attached the "container" module that
starts everything up, and you
> can of course download the source and see how the
configuration files
> work. Our experience is that once you have figured out
the container and
> how to write config files, Excalibur stays nicely in
the background and
> Just Works. We are very pleased with it.
>
> Cheers
>
> John Collins
> University of Minnesota
>
>
------------------------------------------------------------
---------
To unsubscribe, e-mail: user-unsubscribe excalibur.apache.org
For additional commands, e-mail: user-help excalibur.apache.org
|
|
| Re: Off-the-shelf Standalone App
Framework? |
  United States |
2007-04-02 15:13:34 |
walid joseph Gedeon wrote:
> Hello John,
> Thanks for your answer.
> How do you shutdown the app? do you ctrl-c (or kill)?
or do you use an
> excalibur specific "shutdown" mechanism
(through an admin console)?
We just call system.exit().
> -w
>
> On 4/2/07, John Collins <jcollins cs.umn.edu> wrote:
>> walid joseph Gedeon wrote:
>> > Hello all,
>> > I'm new to excalibur and co. and am still
reading through the
>> > available documentation. However, having read
through the main pages,
>> > I still have not found what I'm looking for...
maybe someone on this
>> > list can point me in the right direction?
>> >
>> > I'm looking for a relatively lightweight
java application
>> > framework that supports COP, IoC, but also can
run as a standalone
>> > application (i.e. with bootstrapping,
start/stop scripts etc)
>> >
>> > The part that is so far missing is the
bootstrapping mechanism.
>> > Before I head out and write my own, I wanted
to make sure I haven't
>> > skipped over some existing thing...
>> >
>> > Excalibur? Phoenix? Merlin? Keel? Metro?
Spring? so many products that
>> > seem to want to do the same thing... almost.
>>
>> We use Excalibur for the MinneTAC trading agent
(see tac.cs.umn.edu).
>> I've attached the "container" module that
starts everything up, and you
>> can of course download the source and see how the
configuration files
>> work. Our experience is that once you have figured
out the container and
>> how to write config files, Excalibur stays nicely
in the background and
>> Just Works. We are very pleased with it.
>>
>> Cheers
>>
>> John Collins
>> University of Minnesota
>>
>>
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: user-unsubscribe excalibur.apache.org
> For additional commands, e-mail: user-help excalibur.apache.org
|
|
| Re: Off-the-shelf Standalone App
Framework? |

|
2007-04-02 16:55:19 |
Hello all,
Thank you for all your answers... After doing some more
extensive
"web-gardening", I believe I have found the answer
to my prayers: the
Spring Application Server (http://www.abstra
cthorizon.org/sas/).
It has the module-based features, plus the wrapper
scripts that
make it work out of the box.
Let's hope it meets expectations
-w
On 4/2/07, John Collins <jcollins cs.umn.edu> wrote:
> walid joseph Gedeon wrote:
> > Hello John,
> > Thanks for your answer.
> > How do you shutdown the app? do you ctrl-c (or
kill)? or do you use an
> > excalibur specific "shutdown" mechanism
(through an admin console)?
>
> We just call system.exit().
>
> > -w
> >
> > On 4/2/07, John Collins <jcollins cs.umn.edu> wrote:
> >> walid joseph Gedeon wrote:
> >> > Hello all,
> >> > I'm new to excalibur and co. and am
still reading through the
> >> > available documentation. However, having
read through the main pages,
> >> > I still have not found what I'm looking
for... maybe someone on this
> >> > list can point me in the right
direction?
> >> >
> >> > I'm looking for a relatively
lightweight java application
> >> > framework that supports COP, IoC, but
also can run as a standalone
> >> > application (i.e. with bootstrapping,
start/stop scripts etc)
> >> >
> >> > The part that is so far missing is the
bootstrapping mechanism.
> >> > Before I head out and write my own, I
wanted to make sure I haven't
> >> > skipped over some existing thing...
> >> >
> >> > Excalibur? Phoenix? Merlin? Keel? Metro?
Spring? so many products that
> >> > seem to want to do the same thing...
almost.
> >>
> >> We use Excalibur for the MinneTAC trading
agent (see tac.cs.umn.edu).
> >> I've attached the "container" module
that starts everything up, and you
> >> can of course download the source and see how
the configuration files
> >> work. Our experience is that once you have
figured out the container and
> >> how to write config files, Excalibur stays
nicely in the background and
> >> Just Works. We are very pleased with it.
> >>
> >> Cheers
> >>
> >> John Collins
> >> University of Minnesota
> >>
> >>
> >
> >
------------------------------------------------------------
---------
> > To unsubscribe, e-mail: user-unsubscribe excalibur.apache.org
> > For additional commands, e-mail: user-help excalibur.apache.org
>
>
>
------------------------------------------------------------
---------
To unsubscribe, e-mail: user-unsubscribe excalibur.apache.org
For additional commands, e-mail: user-help excalibur.apache.org
|
|
| Re: Off-the-shelf Standalone App
Framework? |
  Hong Kong |
2007-04-03 01:42:07 |
"walid joseph Gedeon" <wgedeon gmail.com> writes:
> Hello all,
> Thank you for all your answers... After doing some
more extensive
> "web-gardening", I believe I have found the
answer to my prayers: the
> Spring Application Server (http://www.abstra
cthorizon.org/sas/).
> It has the module-based features, plus the wrapper
scripts that
> make it work out of the box.
> Let's hope it meets expectations
Hope it works out.
Did you consider OSGi? Apache Felix or Eclipse Equinox
would probably
provide everything you need.
--
jaaron
------------------------------------------------------------
---------
To unsubscribe, e-mail: user-unsubscribe excalibur.apache.org
For additional commands, e-mail: user-help excalibur.apache.org
|
|
| Re: Off-the-shelf Standalone App
Framework? |

|
2007-04-03 02:52:55 |
> Hope it works out.
Thanks
> Did you consider OSGi? Apache Felix or Eclipse Equinox
would probably
> provide everything you need.
I did consider OSGi, I must admit I hadn't looked at Felix
yet, I've
just downloaded it and am trying it out.
I've already developed for the Eclipse framework and it's
great for
gui-based apps, dunno if it fits well as a server-side
application
(any thoughts on this?)
-w
On 4/3/07, J Aaron Farr <farra apache.org> wrote:
> "walid joseph Gedeon" <wgedeon gmail.com> writes:
>
> > Hello all,
> > Thank you for all your answers... After doing
some more extensive
> > "web-gardening", I believe I have found
the answer to my prayers: the
> > Spring Application Server (http://www.abstra
cthorizon.org/sas/).
> > It has the module-based features, plus the
wrapper scripts that
> > make it work out of the box.
> > Let's hope it meets expectations
>
> Hope it works out.
>
> Did you consider OSGi? Apache Felix or Eclipse Equinox
would probably
> provide everything you need.
>
> --
> jaaron
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: user-unsubscribe excalibur.apache.org
> For additional commands, e-mail: user-help excalibur.apache.org
>
>
------------------------------------------------------------
---------
To unsubscribe, e-mail: user-unsubscribe excalibur.apache.org
For additional commands, e-mail: user-help excalibur.apache.org
|
|
| Re: Off-the-shelf Standalone App
Framework? |
  Hong Kong |
2007-04-03 04:31:11 |
"walid joseph Gedeon" <wgedeon gmail.com> writes:
>> Hope it works out.
> Thanks
>> Did you consider OSGi? Apache Felix or Eclipse
Equinox would probably
>> provide everything you need.
> I did consider OSGi, I must admit I hadn't looked at
Felix yet, I've
> just downloaded it and am trying it out.
> I've already developed for the Eclipse framework and
it's great for
> gui-based apps, dunno if it fits well as a server-side
application
> (any thoughts on this?)
Though Eclipse is built on OSGi, it's easy to never see it
or know it
if you develop plugins. That said, you can easily create a
headless
Eclipse application that runs as a service. You just don't
import any
of the Workbench, but you still get to use the extension
APIs and
updater and all the other non-UI Eclipse features. That
includes the
Eclipse launcher. I've written a headless Eclipse
application and it
wasn't difficult.
Though now I favor pure OSGi applications. You can use
Eclipse
Equinox or Apache Felix as your OSGi container. You'll find
plenty of
arguments for either project.
--
jaaron
------------------------------------------------------------
---------
To unsubscribe, e-mail: user-unsubscribe excalibur.apache.org
For additional commands, e-mail: user-help excalibur.apache.org
|
|
[1-8]
|
|