ceylon-lang.org
ceylon-lang.org copied to clipboard
Blog schedule
This issue lists the blog posts we plan for the web site. One blog per week, this allows us to spread it and get regular visits.
Planned:
- ? Devoxx.fr demo 2015: todo list with Cayla/Hibernate
- ? OpenShift Vert.x Ceylon
- ? OpenShift WildFly Ceylon
- ? Ceylon Herd (Stef)
- ? Maven interop (Stef)
- ? Android (Stef)
- ? Maven plugin (Julien)
- ? Gradle plugin (Renato)
Done:
- 2015/11/12 Ceylon and OpenShift (Stef): http://ceylon-lang.org/blog/2015/11/09/openshift/
- 2015/12/17 Ceylon and Jigsaw http://ceylon-lang.org/blog/2015/12/17/java9-jigsaw/
What we need are more short, simple blogs explaining one small thing, for example: "Creating a module and uploading it to Herd", or "Using autocompletion in Ceylon IDE". And, where possible, they should be accompanied by video. I have signed up to vimeo for this.
So write a little blog, and then use it basically as a script for recording a video.
I had done videos in the past, but rapidly concluded I could not dedicate the time required to it.
This is quite the opposite of what @gavinking wants :/ but I’d like to write a post about writing a small, but nontrivial Firefox OS app in Ceylon, if I may.
Done mine from last week (late…)
I think I'll blog about ceylon.interop.browser
, once https://github.com/ceylon/ceylon-sdk/issues/453 is fixed.
We all derailed!!!
@thradec you should do a blog post on the new ceylon.test
features, there's lots of them!
@bjansen it's now fixed ;)
I'll have to check if ceylon.interop.browser works correctly now that @chochos fixed https://github.com/ceylon/ceylon/issues/5959
Blog suggestion: Ceylon minor version compatibility and module overrides. Potential question by the imaginary interlocutor:
How come Ceylon lets you use 1.2.0 modules in 1.2.1, but for all other modules you require exact version matches? Double standard much?
The release notes don’t even mention --link-with-current-distribution
.
@thradec you should do a blog post on the new ceylon.test features, there's lots of them!
@FroMage here you go 7bcf5e3, but please do proofreading and corrections
tip: article about ceylon application using spring-boot (@DiegoCoronel @renatoathaydes ?)
I just wrote the demo to actually test the gradle plugin and make sure it can run even apps with the craziest classpath... never used spring boot for real :)
BTW I'm hoping this weekend to use Ceylon's Main to see if I can get Ceylon introduced into an existing Java app as easily as other JVM languages like Groovy and Kotlin where you just add the dependency and a Maven/Gradle plugin, and you're done... if this goes successfully, I will blog about it.
I posted a couple of months ago about a simple web service in Ceylon with Spring JAX (in Spanish, for javaMexico). I guess I can translate it and post it on the Ceylon blog as well.
Im working with springboot in my current project, i would love to make a demo using gateway, discovery, etc.. but until the end of march I really have no time... after that i can do something.
Em sex, 4 de mar de 2016 às 14:14, Enrique Zamudio [email protected] escreveu:
I posted a couple of months ago about a simple web service in Ceylon with Spring JAX (in Spanish, for javaMexico). I guess I can translate it and post it on the Ceylon blog as well.
— Reply to this email directly or view it on GitHub https://github.com/ceylon/ceylon-lang.org/issues/353#issuecomment-192389161 .
So perhaps my article can serve as an intro to Spring-Ceylon integration, and then @DiegoCoronel can blog about spring boot, which is a lot more stuff than the simple web service I wrote.