Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 701775
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T03:38:50+00:00 2026-05-14T03:38:50+00:00

My application architecture looks like this. GWT in the UI layer -> Calls GWT

  • 0

My application architecture looks like this.
GWT in the UI layer -> Calls GWT RPC service (servlets) -> Looksup Spring Beans -> Calls the DAO layer which is implemented in JPA (EclipseLink).

I have successfully tested the application with GWT rpc services directly calling the JPA layer. But I am having trouble integrating spring into the mix. (Primary usage of Spring is transaction management).

I tried googling, but could not find any good article on the topic. (Most of the articles refers to using Spring MVC within GWT, which is not what I am looking for)
Could you please point me to some article/tutorial?

Thanks in advance!

Manoj

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T03:38:51+00:00Added an answer on May 14, 2026 at 3:38 am

    If you’re looking for something really simple, why don’t you just call a bean from the application context from your service implementation? Something like:

    public class GreetingServiceImpl extends RemoteServiceServlet implements
        GreetingService {
    
      public String greetServer(String input) throws IllegalArgumentException {
        return WebApplicationContextUtils.getRequiredWebApplication(getServletContext()).
          getBean(GreetingService .class).greetServer(input);
      }
    }
    

    The backing application context must provide a “real” implementation of GreetingService.

    Seee also this article.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm rewriting an LOB application whose architecture is like this: Silverlight && Windows Mobile
In Patterns of Enterprise Application Architecture, Martin Fowler writes: This book is thus about
We were like migrating and old application to a new architecture. The two files
In the book of application architecture design, which I'am reading, I've found the following
I have read in Patterns of Enterprise Application Architecture that a Unit Of Work
The problem I'm having with writing a web application architecture is that I want
I’m working on an application which has been designed using n-tire application architecture .The
We plan to redesign, improve our (C#) application architecture. Anyone has some framework, hompage
One thing I struggle with is planning an application's architecture before writing any code.
Hello my friend is currently development an application using SOA Architecture, He sent me

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.