Note that there are some explanatory texts on larger screens.

plurals
  1. USSteve N
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COIt seems like I'm going the right way with this then. I think the only other thing I need to address is how to manipulate the contents of the original POM (i.e. override its version and change the SCM location). I think I can use the versions:set plugin to update version numbers. I think my best approach for the rest of the POM management is to change it in my forked repo. Fork the repo -> make a branch to track my changes in (master tracks the original repo) -> edit POM in branch -> build from branch -> merge changes from master when necessary.
      singulars
    2. COI need to be able to refer to a specific version so that I get rebuild reliability. For instance, my main project depends on CoolFramework 1.0. I make a change to CoolFramework and call that CoolFramework 1.0-1. This is published to my local artifact repo. Then I make a further change, that gets version 1.0-2. Build number seems to be the logical way of getting a sequence of numbers. I want to be able to refer to each individual version from my main project directly, rather than being forced to always take the "snapshot" version.
      singulars
    3. COYeah, I've been thinking more about this. Let's say for example that in my login example the `loginUser` method is called by a controller which will then use the `User` object to make some further calls and decisions - ultimately returning some other object from the controller. I don't think I can do that (or should do that maybe). I think play will effectively force me to pass the result of the promise / WS call back to the user. Maybe I'm just doing this in the wrong place - I'm building this as a method on the Model and really it should be a controller method.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload