Setup Jease as an Eclipse project

66 views
Skip to first unread message

benafia salem

unread,
Jan 10, 2015, 5:32:55 PM1/10/15
to je...@googlegroups.com
Hello,
First of all, I want to thank all the team for this great product.

I tried to add two more features to Jease: Restrict content by username/profile for site visitors (not on the CMS), and Bulk import procedure to existing content.
I planned to extend the Node definition to add a right word. The htaccess style is not very useful in our context.
We planned also to create a bulk import process to integrate the existing knowledge base (static html/pdf pages) into jease.

When I clone the project and I try to create a new project in Eclipse, I found many errors Such as:
1-  Authorization Class
private static Supplier<Map<Content, Access[]>> accessByContent = ConcurrentHashMap::new;
2- Everywhere
$content and the "->" operator.

Did I miss something? Are these codes java ones?
Thanks. 

Maik Jablonski

unread,
Jan 11, 2015, 4:17:27 AM1/11/15
to je...@googlegroups.com
Hi,

> Did I miss something? Are these codes java ones?

the head of the repository represents the upcoming Jease 3.0 release
which is based on Java 8. So if you want to develop with Jease, you
have to use Java 8 and should read about all the nice new stuff coming
with Java 8 (Lambdas, Streams, Functional Interfaces, ...).

I trying to build a release in the next days. I don't expect any
breaking changes until then, so go ahead...:-)

HTH, Maik

benafia salem

unread,
Jan 12, 2015, 3:04:27 PM1/12/15
to je...@googlegroups.com
Thanks Maik, I really need to upgrade to this Java 8 :)
Reply all
Reply to author
Forward
0 new messages