
De qué se trata
The London Java Community (LJC) is a group of Java Enthusiasts who are interested in benefiting from shared knowledge in the industry. Through our forum and regular meetings you can keep in touch with the latest industry developments, learn new Java (& other JVM) technologies, meet other developers, discuss technical/non technical issues and network further throughout the Java Community.
FAQ
What is the LJC?
What goes on in the LJC?
Who can join?
Is there a fee to Join, is there a fee for the events?
How do I join?
Do you have to go to every presentation?
Where are the events held?
Can I read some member feedback?
Can I give a presentation to the LJC?
What is the LJC?
The LJC is an official Java User Group for developers based in London. It was founded in November 2007 and since then has grown to over 5000 members and is now the biggest Java User Group in the UK.
What goes on in the LJC?
We run a variety of regular events ranging from social events and technical presentations to our full day unconference. On top of the events we run prize draws and have an active mailing list/forum. We support the Graduate Development Community in London and promote London based Open Source Software projects where possible.
Who can join?
Membership is restricted to Java developers working in or around London (or those hoping to train in Java, or relocate to London). Membership will not be granted to those involved in the recruitment industry.
Is there a fee to Join, is there a fee for the events?
It’s completely free to join and 99% of our events are completely free. The only event which is charged for is the Unconference, the charge is minimal and it is there to cover refreshments on the day.
How do I join?
Just click on the link on this page to sign up to the mailing list, you'll hear of all of our latest news and events and can take part in the monthly prize draws.
Do you have to go to every presentation?
Absolutely not – it’s completely up to you which events you attend and which you don’t. Every event attracts a different crowd.
Where are the events held?
Europe's Premier technical training company, Skills Matter (Barbican) sponsor most of our events by providing the venue.
Can I read some member feedback?
We have been collecting feedback for the last few years from our members you can read it here: https://www.meetup.com/Londonjavacommunity/about/comments/?op=all
Can I give a presentation to the LJC?
We run various in-person and online events, and welcome highly experienced speakers, all the way through to those just starting out. If you have a presentation you'd like to submit for consideration, please visit https://sessionize.com/ljc
For further information see our blog here: https://londonjavacommunity.wordpress.com/s... Do not hesitate to get in touch with any questions.
Barry Cranford
Founder of London Java Community
Próximos eventos (2)
Ver todo- LJC Meet-up at Metro BankMetro Bank (Holborn) , London
Please register on Eventbrite to join this event.
About this event
The LJC is delighted to continue our new series of events, aimed at giving all Community members an opportunity to present at an LJC meet-up.
If you have an interesting topic to share, these events are for you. You don’t have to be an experienced speaker - we want to hear your story and offer you a friendly, informal platform to practise and improve your presentations.
For attendees we want this to be a meeting place, where you can talk and network with other technologists in London.
If you’d like to speak at a future event, please submit your talk and bio details here: https://sessionize.com/ljc/
Huge thanks to our friends at Metro Bank for hosting this event and supporting our Community.
Speaker One: Simon Copsey
Title:
From Diapers to Delivery: Parenting Lessons for Effective Management
Synopsis:
Parenthood often arrives with little time for preparation. Our idea of 'good' parenting usually involves emulating what we’ve observed in others, whilst hoping we won't do any permanent damage our kids.Stepping into a managerial role can feel remarkably similar: we often have to rely on mimicking behaviours we’ve seen in others, despite knowing this may be imperfect or uncomfortable.Fortunately, there is a science to becoming a better manager, and we can draw inspiration from our experiences as parents (or children).In this talk I hope to provide you with a systematic method for improving your approach to management, so you can get closer to being the manager you most want to be.Speaker Two: Marcin Kruglik
Title:
Jakarta EE 101
Synopsis:
Jakarta EE still carries a lot of baggage from its Java EE days — that it’s outdated, not responsive, and no longer relevant because "everyone has moved to Spring." But are these opinions actually based on facts and a real understanding of the project?In this talk, we’ll explore what Jakarta EE really is — and probably more importantly, what it’s not.
Is it a competitor to Spring? Is it still relevant today? What’s its relationship with MicroProfile? How many of us are actually using Jakarta EE in our projects?
And finally, is there anything new happening in Jakarta EE?This event is organised by RecWorks on behalf of the London Java Community.
The London Java Community is sponsored by Hazelcast, Neo4j, Redis, and Discover
You can see our latest jobs here
You can see our privacy policy here
Continue the conversation at our Slack Group: https://londonjavacommunity.slack.com
Sign up here if you're not a member: https://bcrw.typeform.com/to/IIyQxdNo está abierto - LJC Meet-up at LMAXLMAX HQ, London
Please register on Eventbrite to join this event.
About this event
The LJC is delighted to continue our new series of events, aimed at giving all Community members an opportunity to present at an LJC meet-up.
If you have an interesting topic to share, these events are for you. You don’t have to be an experienced speaker - we want to hear your story and offer you a friendly, informal platform to practise and improve your presentations.
For attendees we want this to be a meeting place, where you can talk and network with other technologists in London.
If you’d like to speak at a future event, please submit your talk and bio details here: https://sessionize.com/ljc/Huge thanks to our friends at LMAX for hosting this event and supporting our Community.
Speaker One:
Simon Ritter - Deputy CTO at Azul Systems
Talk: Java Patterns: Usage and PuzzlesThe goal of project Amber within OpenJDK is to explore the inclusion of smaller, productivity-oriented Java language features. One part of this that has delivered new functionality in recent versions is pattern matching.
Pattern matching combines application code logic to test if an expression has a specific type or structure and extract components of its state for processing.
Pattern matching is now well embedded in the Java language using the following features, defined by JDK Enhancement Proposals (JEPs)
• Pattern matching for instanceof (JEP 433)
• Pattern matching for switch (JEP 441)
• Record patterns (JEP 440)
• Unnamed patterns and variables (JEP 456)
• Primitive types in patterns, instanceof and switch (JEP 455)In this session, we’ll look at the details of these new language features and a more general look at pattern matching.
We’ll also have some fun with several Pattern Puzzlers that show how you need to be careful with some edge cases.
The session will hopefully both be informative and fun!
Speaker one bio:
Simon Ritter is the Deputy CTO of Azul. Simon joined Sun Microsystems in 1996 and spent time working in both Java development and consultancy. He has been presenting Java technologies to developers since 1999 focusing on the core Java platform as well as client and embedded applications. At Azul, he continues to help people understand Java and AzulÕs JVM products.Simon is a Java Champion and two time recipient of the JavaOne Rockstar award. In addition, he represents Azul on the JCP Executive Committee, the OpenJDK Vulnerability Group as well as the JSR Expert Group since Java SE 9.
Speakers Two:
Andzrej Grzesik - Co-Founder of Datalinks
David Cooke, Developer at LMAX
Talk: Lock, Stock and a Smoking SynchronizedJVM offers a number of ways to implement "mutual exclusion" in multithreaded applications. We will take a deep long stare at synchronized. Very convenient, but at a price - also known as "just an implementation detail". You will learn how this works, what's behind, what's behind the behind, why it matters, what makes "better alternatives" actually better.
What is "adaptive locking"?
What do threads do when they are parked? If you ever wondered, this talk is for you.
You will not leave deflated, unlike an ObjectMonitor.Speakers two bios:
David is interested in all things low latency Java. At LMAX he works on the SRE team, tackling microsecond level challenges on a complex code base.This event is organised by RecWorks on behalf of the London Java Community.
The London Java Community is sponsored by Hazelcast, Neo4j, Redis, and DiscoverNo está abierto