PebbleTemplates / pebble

Java Template Engine
https://pebbletemplates.io
BSD 3-Clause "New" or "Revised" License
1.1k stars 168 forks source link

Who is using Pebble? #99

Open smiklosovic opened 9 years ago

smiklosovic commented 9 years ago

Hi,

I like this project and I would like to know what sites are using Pebble. Do you have some list of sites which are backed by this template engine?

Thanks!

mbosecke commented 9 years ago

Unfortunately I don't have a list! I wish I did!

jcarvalho commented 9 years ago

We at FenixEdu are using Pebble for our theming engine for our FenixEdu application family. Source here - bennu-portal subproject.

We are also using it as the main engine for our Java-based CMS: https://github.com/FenixEdu/fenixedu-cms.

decebals commented 9 years ago

Pebble is used in Pippo. I and James use Pebble as main template engine in our projects. Nice library, thanks!

realcnbs commented 9 years ago

We are using pebble in a ~100 of celebrity blog sites with relatively high traffic.

pacey commented 8 years ago

Hey I work at Rightmove.co.uk and we have just switched over to using Pebble instead of Handlebars.java for the new search results page. Good work! Feel free to contact me if you'd like to know more

capnfabs commented 8 years ago

We're using it in an Android app in http://github.com/projectbuendia/client

mbosecke commented 8 years ago

I love hearing about the different projects using Pebble. I'm going to keep this issue open indefinitely for people to continue sharing. Thanks guys.

ebussieres commented 8 years ago

I'm currently using Pebble in a spring mvc application for a transactional website. I was using Thymeleaf and just switched to Pebble mainly due by performance issues with Thymeleaf. Rendering is so much faster with Pebble (about 7 times faster), I love it.

jcarvalho commented 8 years ago

We are also using Pebble to implement our own version of Spring's Initializr, also known as start.spring.io.

The tool generates a Maven project based on some user input, allowing the user to customize the package names, artifact ids, chosen modules, etc. I found this format easier to use than regular Maven archetypes, with a more user-friendly Web UI.

With Pebble, we can easily specify the project structure using Pebble expressions, both for file names and file contents. An example of such a file can be found here.

Full Source code available here.

derekvandaal commented 8 years ago

We are using Pebble as the template engine to render emails being sent out notifying customers of any movement on their accounts at one of the big 4 banks in South Africa.

This volumes are huge and Pebble handles the load with ease :)

hectorlf commented 8 years ago

As of today, my blogging app uses Pebble for its front. LOL.

And I'm happy to bring this measurements: the combination of Stripes Framework-Pebble performs 2-3 times faster than Stripes Framework-JSP. That was totally unexpected. Well done, Mitchell!

And next in line, I'd like to integrate Pebble with Spring Boot. Is anyone at it already?

rzhb commented 8 years ago

@hectorlf Spring Boot Starter Pebble is the only one that I found integrate Pebble with Spring Boot.

hectorlf commented 8 years ago

@zhibinr oh, did a search on github and that project didn't come up. It's a pity, because i've already got mine working :-/

ablipan commented 8 years ago

We are using Pebble as the backend template. 101test.com

dupirefr commented 8 years ago

I just discover Pebble and decided to use it with JavaFX. As a matter of fact FXML files have really limited features and Pebble is perfect to overcome the weaknesses of FXML.

Thanks a lot for this library!

jochen777 commented 8 years ago

We are using it for an upcoming service at a big german website. Very handy and useful. And speedy :) We love the "compatibility" with twig, because we have a PHP team as well. So the fronted-teams can share knowledge.

hectorlf commented 7 years ago

Starting next week, it's going to be used in an internal project of a Dublin based company. Hopefully, more in the future.

MrPowerGamerBR commented 7 years ago

I'm currently using Sparkjava + Pebble for my Minecraft Server website rewrite.

After using Sparkjava + Pebble, I doubt I will go back to writing PHP websites again... it is just so good.

MrPowerGamerBR commented 7 years ago

I forgot to update, now my website using Pebble is live! 🙌 http://sparklypower.net/

(Yeah, it is live but I still didn't come up with something cool to add to the homepage, sorry!)

And soon my personal website http://mrpowergamerbr.com will also use Pebble.

If anyone is curious: I used Sparkjava + MongoDB + Pebble.

Pebble is something that just "works", and, after you learn to use it, you won't be able to go back.

donnior commented 7 years ago

We started using pebble 1.x from last year in our project, now it serves ~5000 users every day and works very well.

kshep92 commented 7 years ago

Pebble is the templating language of choice for all web based information systems at my government office. Thanks so much for this library!

MrPowerGamerBR commented 7 years ago

Almost 6 months ago I said I started using Pebble.

And I'm still using Pebble lol, it is a such awesome template engine, sometimes I'm like "there is no way this code will work" and bam, Pebble throws my pessimism out of the window and proves that yes, this code that I thought that Pebble would crap out really works.

Pebble Template Engine: It just works:tm:

(Here's another website I made that uses Pebble Template Engine: https://loritta.website/)

zooooooooy commented 7 years ago

I try find a template engine to use for my system. Meet my project. After trying, I am satisfied with the efficiency and grammar habits.

lccanh commented 7 years ago

I am going to try this out, thanks

cjbrooks12 commented 6 years ago

I have been using Pebble as the default template engine for my new project, Orchid, which I'm taking public today! Pebble is such a pleasure to work with, and it's so fast, I couldn't have made Orchid without Pebble!

https://github.com/JavaEden/Orchid

electrotype commented 5 years ago

Pebble is the main templating engine in Spincast Framework: https://www.spincast.org/documentation#templating_engine

A big ❤️ from us!

flef commented 4 years ago

Hi, I'm using Pebble to generate Word docx document or PDF. I designed them directly into word to ensure I have a nice result.

See https://github.com/flef/Webble.

stevespringett commented 4 years ago

OWASP Dependency-Track uses Pebble for transforming system and portfolio alerts into Slack and Microsoft Teams inbound webhooks, general-purpose webhooks, email notifications, and output to console.

colesico commented 4 years ago

We use pebble as a main template engine in colesico-framework Colesico application microframework

umesh2k8 commented 4 years ago

I am working in company to generate the emails, We use Pebble template to generate the dynamic content for my customer emails. It is very good template engine and help to extend the functionalities for our requirement. I love Pebble.