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

  • SEARCH
  • Home
  • 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 7899105
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T08:36:43+00:00 2026-06-03T08:36:43+00:00

I am using GWT (and GWT-Plateform) and GAE, and I would like to have

  • 0

I am using GWT (and GWT-Plateform) and GAE, and I would like to have an Admin and a Normal-mode of my application.
I read this post https://turbomanage.wordpress.com/2009/11/19/tips-on-organizing-gwt-modules/#comment-5064 and I would like to see a complete project structure of an application using an Admin and a Normal-mode application. Do you know any sample code of this case (with GWT and GAE if possible…and with GWTP would be perfect) ?

In the link, M. Chandler says that I could have 3 modules (admin, app, common) and just 2 entry point (admin and app). Admin and app inherits common. But I do not know more stuffs such as :
– I am using “Client Bundle” so will it be possible to have my resource folder just inside the “common module”. Will it works ? Do I need just one CSS for the 2 modules (admin and normal-mode) ?
– Does my whole domain model needs to be in the common module ?

Any recommendation about how to structure a code with an Admin module using GWT is welcome.
My current problem is that I do not know how to do this with Eclipse (should I copy paste the “client”, “server”, “share” folders of the “app” package and to add them in a new package named “admin” and then to delete and modify some files ? It seems complicated…or is there just some minimal files and configurations to do ?)

Thanks you,

  • 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-06-03T08:36:44+00:00Added an answer on June 3, 2026 at 8:36 am

    It’s quite easy…

    check this link: https://developers.google.com/appengine/docs/java/config/webxml#Security_and_Authentication

    You need two entry points.

    • First for Normal-Mode
    • Second for Admin-Mode

    Everything for admin mode is unter the path /admin/…

    In the web.xml you configure now the security constraints in web.xml:

    <security-constraint>
        <web-resource-collection>
            <url-pattern>/admin/*</url-pattern>
        </web-resource-collection>
        <auth-constraint>
            <role-name>admin</role-name>
        </auth-constraint>
    </security-constraint>
    

    For the user registration and login control you can use the USERS-Api from Google:
    https://developers.google.com/appengine/docs/java/users/overview

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

Sidebar

Related Questions

I am using GWT 2.0.3 with ext in my application.This project is no longer
Using GWT with the MVP pattern , I'd like to have a place that
I am using GWT and I needs to query this service https://www.google.com/accounts/RatePassword?Passwd={0} which will
Using GWT , I have deployed my server into Tomcat . This works fine,
I have a trouble with make a simple GWT application using RequestFactory. GWT-RPC application
While developing an application using gwt in ecliplse crashed. Now the server is running
I am using GWT/JAVA for development. I have following problem: I want to remove
i am using gwt with jdo datanucleus. i have requirement to get child with
I am using GWT-CKEditor for my application. And I want to test it through
I am using GWT + MVP4G, In my application I want to make my

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.