Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] What Web Frameworks Are People Using with EclipseLink?

Thanks,
Like I said, I've been out of the web game for a bit and had an
inkling the two weren't mutually exclusive. ExtJS looks interesting,
especially coming from a rich desktop environment.

./tch



On Mon, Sep 22, 2008 at 8:25 AM, Andreas König
<andreas.koenig@xxxxxxxxxx> wrote:
> It's not an exclusive or. ;-)
> But we use only the standard MVC, as
> Web flow is useful for more complex flows which we don't have normaly.
>
> In the last time we're more into complete RIAs. We realize that with Spring
> in the backend, JS-only frontend (ExtJS) and DWR as communication layer.
> Pro: You don't have to mess with the damn HTML.
> Con: You have to mess with JS...
>
> koenig
>
> Tim Hollosy wrote:
>>
>> Are you using MVC or Web Flow? Or is that a stupid question?
>>
>> ./tch
>>
>>
>>
>> On Mon, Sep 22, 2008 at 8:16 AM, Andreas König
>> <andreas.koenig@xxxxxxxxxx> wrote:
>>>
>>> Really glad with Spring! Damn good foundation to build on. With the newer
>>> versions you can do everything with annotations instead of xml-config
>>> (which
>>> I prefer as it boundles one concern on one place).
>>>
>>> Greetz,
>>> koenig
>>>
>>>
>>> Tim Hollosy wrote:
>>>>
>>>> Hi List!
>>>> Unfortunately, I'm no longer building EclipseLink apps with RCP/osgi,
>>>> though hopefully I will be again in the future. Anyway, I am going
>>>> back to the dark side (J2EE web).
>>>>
>>>> What web frameworks are people using with EclipseLink? I'm going to be
>>>> primarily using Oracle again as my DB. Here's my wish list:
>>>>
>>>> -As Little XML as possible
>>>> -As many Annotations as possible :)
>>>> -Excellent OC4J Support
>>>> -No JSF
>>>> -Conducive to good clean code with lots of re-use
>>>> -Excellent Eclipse Support (Sorry Oracle guys, but I've had enough of
>>>> JDev for one lifetime :) )
>>>>
>>>> My short list right now is: Spring MVC or Wicket.
>>>>
>>>> I know that many people on the list use web frameworks so you all must
>>>> have some opinion, and I'd really appreciate to hear from all of you.
>>>>
>>>> Thanks!
>>>>
>>>> Tim
>>>> _______________________________________________
>>>> eclipselink-users mailing list
>>>> eclipselink-users@xxxxxxxxxxx
>>>> https://dev.eclipse.org/mailman/listinfo/eclipselink-users
>>>
>>> --
>>> Andreas König
>>> Developer
>>>
>>> andreas.koenig@xxxxxxxxxx
>>>
>>> serie a logistics solutions AG
>>> Hülchrather Straße 15
>>> D-50670 Köln
>>>
>>> T +49 221 500 60 7-21
>>> F +49 221 500 56 85
>>>
>>> Vorstand: Axel Löhr, Erwin Soldo
>>> Aufsichtsrat: Adam Musialik (Vors.), Fritz Pleitgen, Hans Jörg Klofat
>>>
>>> Amtsgericht Köln HRB 61725
>>>
>>> www.serie-a.de
>>>
>>>
>>> _______________________________________________
>>> eclipselink-users mailing list
>>> eclipselink-users@xxxxxxxxxxx
>>> https://dev.eclipse.org/mailman/listinfo/eclipselink-users
>>>
>> _______________________________________________
>> eclipselink-users mailing list
>> eclipselink-users@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/eclipselink-users
>
>
> --
> Andreas König
> Developer
>
> andreas.koenig@xxxxxxxxxx
>
> serie a logistics solutions AG
> Hülchrather Straße 15
> D-50670 Köln
>
> T +49 221 500 60 7-21
> F +49 221 500 56 85
>
> Vorstand: Axel Löhr, Erwin Soldo
> Aufsichtsrat: Adam Musialik (Vors.), Fritz Pleitgen, Hans Jörg Klofat
>
> Amtsgericht Köln HRB 61725
>
> www.serie-a.de
>
>
> _______________________________________________
> eclipselink-users mailing list
> eclipselink-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/eclipselink-users
>


Back to the top