Skip to content

Commit 64837b2

Browse files
committed
JHipster Enterprise Edition
1 parent ae11c89 commit 64837b2

File tree

1 file changed

+82
-0
lines changed

1 file changed

+82
-0
lines changed
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
---
2+
layout: default
3+
title: Enterprise Edition
4+
---
5+
6+
JHipster Enterprise Edition
7+
==================
8+
9+
Announcing JHipster Enterprise Edition
10+
----------
11+
12+
Our big news today is the release of JHipster Enterprise Edition, with dedicated paid plans and pricing. This will supercede our former Open Source offering, to provide strong support and guarantees to our customers.
13+
14+
As a result, we fully support today's enterprise solutions:
15+
16+
- Support of Oracle and DB2 will be included.
17+
- We will focus on deploying JHipster applications on fully certified Java EE servers, like Websphere, JBoss EAP or Weblogic.
18+
19+
New generator questions, with plans & pricing
20+
----------
21+
22+
When running your generator, you will now have 2 new questions:
23+
24+
```
25+
Which plan would you like to use?
26+
```
27+
28+
You will be able to select either:
29+
30+
- Trial plan: you will be able to fully test JHipster for 30 days, free of charge!
31+
- Professional plan: fully supported version of JHipster, $200 per application, limited to 5 entities per application.
32+
- Enterprise plan: fully supported version of JHipster, $500 per application, with illimited entities!
33+
34+
```
35+
Please enter your credit card details
36+
```
37+
38+
You will need to enter a valid credit card number in order to start using JHipster. Of course, we will only charge you for each successfully generated application.
39+
40+
Open Positions at JHipster, inc
41+
----------
42+
43+
With an estimated 20,000 application generations per month, growing very rapidly, we expect to reach $10,000,000 revenue by the end of the year.
44+
45+
As a result, we are currently building a strong team of professionals to manage the project.
46+
47+
Our first open positions for working on JHipster are:
48+
49+
- Chief Financial Officer, to optimize our revenue stream. Should be willing to travel to Luxembourg.
50+
- Director of engineering, to manage a team of more than 100 unpaid Open Source developers.
51+
- Senior VP of sales and customer success. Must have a mustache or a beard.
52+
- VP of marketing. Main role will be to write next year’s April fools’ statement.
53+
54+
How to upgrade
55+
------------
56+
57+
Update your version of JHipster with:
58+
59+
```
60+
npm update -g generator-jhipster
61+
```
62+
63+
And then you can update your project when you run again
64+
65+
```
66+
yo jhipster
67+
```
68+
69+
You can also update your entities by running again the entity sub-generator, for example if your entity is named _Foo_
70+
71+
```
72+
yo jhipster:entity Foo
73+
```
74+
75+
Help and bugs
76+
--------------
77+
78+
If you find any issue with this release, don't hesitate to:
79+
80+
- Contact [@java_hipster](https://twitter.com/java_hipster) on Twitter
81+
- Add a bug on our [bug tracker](https://github.com/jhipster/generator-jhipster/issues?state=open)
82+
- Post a question on [Stack Overflow](http://stackoverflow.com/tags/jhipster/info)

0 commit comments

Comments
 (0)