Results 1 to 4 of 4

Thread: Wrapping Springframework with IBM's CTE?

  1. #1

    Default Wrapping Springframework with IBM's CTE?

    My employer has decided to partner with IBM for enterprise software development. Catch is, IBM wants to rollout their CTE api and apply a wrapper around the Springframework api. I'm really hesitate to do such a thing and I'm looking for reasons not to. Has any one out there ever done this before? How did it turn out? Anybody out have experience with IBM's CTE? Any horror stories? Successful??? I'm just looking for feedback.

    Thanks in advance,

    VJ

  2. #2
    Join Date
    Oct 2008
    Location
    Poland, Wrocław
    Posts
    424

    Default

    Hi

    I'm very curious about it - that's probably first time someone's trying to make a wrapper around Spring's API. SpringSource has been accused many times of creating wrappers (JDBC, JMS, SAAJ, ...), now we have a "wrapper to rule them all"

    By the way - what's CTE? "IBM CTE API" gives this post as a first result at google (that's fast!).

    regards
    Grzegorz Grzybek

  3. #3

    Default

    CTE is Common Technology Enablers. The CTE provides an end-to-end enterprise J2EE framework that facilitates building web applications. The framework is a set of services that provide functionalities such as authentication, database access, session management, and logging. For example, if you are planning to build an e-commerce application, you can leverage the services provided by CTE for incorporating generic operations such as authentication, database access, and session management. You can centralize your resources on building the business logic for your web application. It includes: Component Configuration, MVC-Base, MVC-Portal, Auditing, Document Management, Exception Handling, Logging, Data Access, Rules, Workflow Services, Application Security, Messaging, Caching, Content Formatting and Delivery, and Centralized ID. Sounds like it offers the world...

    Anyway, its the CTE Configuration API that attempts to wrap Spring's DI functionality. But the funny thing is it only works with Springframework 2.5.6.

    VJ

  4. #4
    Join Date
    Oct 2008
    Location
    Poland, Wrocław
    Posts
    424

    Default

    CTE is ...
    Thanks for the explanation! It's strange - I still can't find official IBM's site on this topic - is it some kind of super secret technology? Is it a JavaEE killer? The description sounds like the list of technologies included in JavaEE, but without the mention of any standard... That's weird...
    Last edited by Grzegorz Grzybek; May 16th, 2011 at 03:23 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •