Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [wtp-incubator-dev] eclipse config, cxf servelet vs spring

Hi Bruce,

See the "Server configuration files" section here:
http://cwiki.apache.org/CXF20DOC/configuration.html

For more information on the two endpoint configuration options.

Short version:
The cxf-servlet option is the slower of the two because it loads all possible CXF modules for an endpoint. The Spring application context option is the preferred method. It's faster as it allows the specification of which CXF modules to load.

The option in the CXF tooling preferences controls which type of configuration is generated for you and how the projects web deployment descriptor gets setup (see link above).

Thanks,
Shane


Date: Tue, 21 Apr 2009 08:00:35 -0700
From: bruce.edge@xxxxxxxxx
To: wtp-incubator-dev@xxxxxxxxxxx
Subject: [wtp-incubator-dev] eclipse config, cxf servelet vs spring

What are the implications of this toggle in terms of features, size, debuggability etc?

Thanks

Bruce


How fun is this? IMing with Windows Live Messenger just got better.

Back to the top