Easily add Unreal Engine classes to your C++ project
Visual Studio 2022 v17.11 introduces a new Add Unreal Engine Class dialog that lets you easily add common Unreal Engine classes to your project. You can also choose to which module to add your class, so you can keep your code organized and modular. To ...
“It really helps to have a welcoming and engaging community”
“It really helps to have a welcoming and engaging community” Peter LeVasseur Shares His Insights on the Future of Automotive Software and Fostering Adoption of Open Source ProjectsWe had the pleasure of speaking with Peter (Pete) LeVasseur, an expe...
JJUG CCC 2024 Fall
JJUG CCC 2024 Fall It’s been five years since I last was in Tokyo, so it was about time to be back. Last time, I was there for the JCP EE Face-to-Face meeting as well as JJUG CCC 2019 Spring where I presented the Jakarta MVC specification. This time,...
Hashtag Jakarta EE #252
Hashtag Jakarta EE #252 Welcome to issue number two hundred and fifty-two of Hashtag Jakarta EE! Open Community for Java 2024 has just ended, and I am now in Tokyo to speak at JJUG CCC 2024 Fall. This will be my last conference of a pretty busy Octobe...
Open Community for Java 2024
Open Community for Java 2024 Open Community for Java 2024 was a part of Open Community Experience (OCX), the revamped EclipseCon. EclipseCon has been going on with the same format for years, and it was in need of a brush-up. This was definitely achieve...
4 Takeaways from the First Day at OCA and OCX
4 Takeaways from the First Day at OCA and OCX Open Community Experience (OCX) 2024 kicked off today in Mainz, Germany, alongside a handful of collocated events, including the Open Community for Automotive (OCA). Day one proved to be well worth the trip...
Debug CMake Scripts on Linux with Visual Studio
If you are working on a CMake project that targets Linux, you may have encountered some challenges when trying to debug your CMake scripts and CMakeLists.txt files. You may have wondered why your variables are not set correctly, or why your custom comm...
Hashtag Jakarta EE #251
Hashtag Jakarta EE #251 Welcome to issue number two hundred and fifty-one of Hashtag Jakarta EE! Busy times in October. I am just back from the Java Community Process (JCP) Executive Committee (EC) meeting in Seattle, and spending the weekend at home ...
JCP EC F2F Seattle 2024
JCP EC F2F Seattle 2024 This week the Java Community Process Executive Committee had the second face-to-face meeting of 2024. This time we met in Seattle, WA hosted by Amazon. It was a full-day meeting with a lot of topics on the agenda. The minutes wi...
Improve your debugger game with editable expressions
Do you ever wish you could quickly test different queries on your collections or datasets while debugging? Do you want to save time and avoid writing code just to inspect your data? If you answered yes, then you will love the new editable expression fe...
Announcing the 2024 Eclipse SDV Hackathon Challenges
Announcing the 2024 Eclipse SDV Hackathon Challenges Collaborate, Integrate, Innovate, and Create! Think the Eclipse SDV Working Group is just another microcosm where technology silos dominate, with each project team doing their own thing? Think again...
Cultivate Your Governance: Understanding OSPOs
Cultivate Your Governance: Understanding OSPOs This is the first blog post in a series about OSPOs.An Open Source Program Office, aka OSPO, is the accepted name given to a designated group within an organisation that manages the use of open source soft...
Cultivate Your Governance: The OSPO series
Cultivate Your Governance: The OSPO series In this blog series, we will delve into the world of OSPOs, exploring their roles, responsibilities, and the essential components of effective open source governance. Whether you’re looking to establish an O...
Hashtag Jakarta EE #250
Hashtag Jakarta EE #250 Welcome to issue number two hundred and fifty of Hashtag Jakarta EE! Last week I was in Denver for Community Over Code 2024. Since it was the same time as Devoxx Belgium, I missed out on the yearly gathering in Antwerp this yea...
Community Over Code 2024
Community Over Code 2024 This was my second time speaking at Community Over Code – The ASF Conference. It is a very community oriented conference that is centered around the Apache Software Foundation’s portfolio of projects. The conference moves a...
Easier localization with the new resource (.resx) manager
If you’re developing applications that target multiple languages and cultures, you probably know how challenging it can be to manage the resources for each localization. You need to keep track of all the strings, images, icons, and other assets that ...
Accelerate C++ Debugging with Enhanced Conditional Breakpoints
Are you tired of waiting for your conditional breakpoints to hit in C++? Do you wish there was a way to speed up the debugging process and get to the root of the problem faster? If so, you’re in luck! We have some exciting news for you: Visual Studio...