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 9162691
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T14:16:16+00:00 2026-06-17T14:16:16+00:00

With Cloudbees, is it possible to store web pages (i.e. views) separate to the

  • 0

With Cloudbees, is it possible to store web pages (i.e. views) separate to the application (i.e. model /controller) such that web pages can be edited by a third party web designer, or can this only be done prior to building the app. I am developing in Java with Spring, and can do this locally, but can’t see a way to do it with Cloudbees.

  • 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-17T14:16:18+00:00Added an answer on June 17, 2026 at 2:16 pm

    Your question is actually more about how you build your application rather than how to work on CloudBees.

    If you are building your application with, for example Maven, you would structure your project into a multi-module project with a .jar module for the application code and a .war module for the web application. You could put the two different modules into separate SCM repositories and have Jenkins build them both and finish off by deploying to CloudBees’s RUN@cloud service.

    This is by no means restricted to Maven, you can do the same with ANT or any build tool worth its salt.

    The choice of SCM can make this easier or not…

    • If you choose GIT as your SCM (and all the kool kids use GIT) be aware that GIT is designed to hold all the things, that will be released in one go, in the same GIT repository within a unified subdirectory tree. By this I mean that you cannot [easily] checkout (or tag) only a portion of the GIT repository. So, for example, if you had a multi-module Maven project in a GIT repository, you have to check out all the modules at the same time, the web designer will have to go to the webapp/src/main/webapp directory to work on those files and ignore the other files… oh and the web designer will have all the files on their machine anyway. When it comes time to cut a release, you will be releasing everything in one go, so all the modules will have the same version number. This means that you will be cutting a new application .jar release even if all the changes were in the .jsp files… on the other hand, you know you are using the latest .jar code every time you cut a release. There are follies such as GIT submodules that can lure you into thinking they might be a solution, but these aren’t the solutions you are looking for.

    • If you choose Subversion as your SCM, things are different. Subversion allows you to check out and tag only a portion of the tree. Thus you could actually just give the web designer the SCM URL of the web pages part of the tree, they can then check out only that and work on only that. Sure they loose all the joy of distributed SCMs, but they don’t have to see any unnecessary distractions. There is a down-side… namely they cannot easily fire up the web application for themselves to validate their changes. They are limited to guessing that the changes they have made in the .jsp files are going to produce valid HTML markup.

    My personal recommendation is that designers are not stupid (or maybe just our designer is not stupid). You tell them where the files they need to work on are located and that’s where they will work. They won’t go making changes in the rest of your code… and you’re using a SCM anyway, so even if they did make changes elsewhere, you can roll those changes back easily. If you have secret sauce that the designer should not see, then you are doing it all wrong in the first place.

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

Sidebar

Related Questions

I have deployed my application on cloudbees, and was wondering how I can create
Am using CloudBees to deploy my Java EE application. In that I need to
I have an application that monitors CI jobs, and I've added a jenkins installation
I'm using a large app instance to run a basic java web application (GWT
I have multiple web applications running in CloudBees run@cloud. I need to communicate between
I have built a java web application on Eclipse. But i am naive in
I am migrating my JSF application to Cloudbees - basically a Maven/Jenkins/Git platform. Unfortunately,
If I have an application on cloudbees, it typically has a URL like: http://app.account.cloudbees.net
If we have an existing NewRelic account, how can we direct our CloudBees apps
Take a simple project file: (defproject sample-clojure-cloudbees 1.0.0-SNAPSHOT :description Sample clojure application - clojure

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.