CINXE.COM

Getting help | Ebean

<!doctype html> <html lang="en"> <head> <title>Getting help | Ebean</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="shortcut icon" href="/images/favicon.ico"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto|Source+Sans+Pro|Ubuntu&display=swap"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous"> <link rel="stylesheet" href="/css/reset3.css"> <link rel="stylesheet" href="/css/site3.css"> <link rel="stylesheet" href="/css/pygments3.css"> </head> <body> <div id="main"> <div id="banner"> <header> <nav id="top"> <h1 id="breadcrumb"> <a class="nav-logo" href="/"><img src="/images/logo-200.png" height="35"></a>&nbsp;&nbsp;<a href="/docs">Documentation</a><span class="sep">&nbsp;/&nbsp;</span><span class="last">getting help</span> </h1> <ul> <li> <a href="https://github.com/ebean-orm/website-source/blob/master/support.html"><i class="fab fa-github"></i> edit page</a> </li> <li><a onclick="toggleTheme();" title="switch dark light theme"><i class="fas fa-adjust"></i></a></li> </ul> </nav> </header> </div> <div class="grid grid-docs"> <aside> <nav class="side"> <ul> <li class="nav0 "> <a href="/docs/getting-started">Getting started</a> </li> <li class="nav0 "> <a href="/docs/intro">Introduction</a> </li> <li class="nav0 "> <a href="/docs">Documentation</a> </li> <li class="nav0 active"> <a class="active" href="/support">Getting help</a> </li> <li class="nav0 "> <a target="_blank" href="/apidoc/13">API Javadoc</a> </li> <li class="nav0 "> <a href="/videos">Videos</a> </li> <li class="nav0 "> <a href="/docs/upgrading">Upgrading</a> </li> <li class="nav0 "> <a href="/releases">Releases</a> </li> </ul> </nav> </aside> <article> <form action="https://www.google.com/search" method="get" class="inline-form"> <input type="hidden" name="as_sitesearch" value="ebean.io"> <div id="page-search"> <div class="input-group"> <input class="frm" name="q" id="searchinput" type="text" placeholder="Search... (press 's' to focus)" data-placeholder-focus="Search... (use '↑', '↓' and '⏎' to select results)" data-placeholder-blur="Search... (press 's' to focus)" autocomplete="off"> <div class="input-group-btn"> <button class="frm" type="submit"><i class="fas fa-search"></i></button> </div> </div> <div id="page-search-results" style="display: none;"> <ul id="search-results-container" class="search-results"><li class=" active"><a href="/docs" title="Docs"><span style="color:#777;">Docs</span> Documentation </a></li><li class=""><small style="color:#999;">And 101 more...</small></li></ul> </div> </div> </form> <h2>Getting help</h2> <p> For help post questions and issues to the <a href="https://github.com/ebean-orm/ebean/discussions">Ebean github discussions</a> or <a href="https://groups.google.com/forum/#!forum/ebean">Ebean google group</a>. </p> <p> These are monitored by Ebean developers and it's most experienced users and here you will get the best help. </p> <h3>Stackoverflow</h3> <p> You can alternatively post questions on <a href="http://stackoverflow.com/questions/tagged/ebean">Stack Overflow</a> tagged with <code>ebean</code>. Note that stackoverflow is more casually monitored due to time constraints. It is fine if you want to post first to stackoverflow and then if you don't get an answer to post onto the google group. </p> <h2>Github issues</h2> <p> For this project we want to use Github issues for <code>Bugs</code>, <code>Enhancements</code> and <code>Refactoring</code> changes. That is, things that mostly tie back to a specific commit change in code. </p> <p> Complex issues should be discussed on <a href="https://groups.google.com/forum/#!forum/ebean">Ebean google group</a> or <a href="https://github.com/ebean-orm/ebean/discussions">Ebean github discussions</a> first. </p> <h3>Code Examples</h3> <p> The <a href="https://github.com/ebean-orm-examples">ebean-orm-examples</a> group contains several example applications from absolute minimal, spring-boot to jax-rs web apps so you can look at those for example code. </p> <h3>Documentation</h3> <ul> <li><a href="/docs">Reference documentation</a></li> <li><a target="_blank" href="/apidoc/13">Javadoc API documentation</a></li> </ul> <h3>Videos</h3> <p> Checkout of the <a href="/videos">videos</a> for a quick view on how certain features work. </p> </article> </div> </div> <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script> <script src="/js/site3.js"></script> <script src="/js/search3.js"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-75181644-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-75181644-1'); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10