DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

The Latest Frameworks Topics

article thumbnail
The SPACE Framework for Developer Productivity
Improve developer productivity using the SPACE framework and software engineering intelligence, a multi-dimensional approach for modern software teams.
May 24, 2023
by Ralf Huuck
· 5,579 Views · 3 Likes
article thumbnail
How To Create a WhatsApp Chatbot Using Flask Python Framework
Learn how to create a WhatsApp chatbot in Flask Python with the help of a no-code chatbot builder from Kommunicate step by step.
May 24, 2023
by Devashish Mamgain
· 2,426 Views · 2 Likes
article thumbnail
Making A Good Thing Even Better: Google Open Source WindowBuilder and CodePro Profiler
Back in September, when Google announced they were to make the Instantiations tool suite free for all, I thought things couldn't get better than this for Java developers. Well I was wrong, today Google trumped that announcement with their latest plan to open source both WindowBuilder and CodePro Profiler. Google is donating the source and the IP for both of these former products to the open source community through the Eclipse Foundation, and creating two new Eclipse projects. All in all, this is a value of more than $5 million dollars worth of code and IP. For those unfamiliar with the products, WindowBuilder provides the best available Java GUI Designer available, integrated into Eclipse allowing you to build Swing, SWT, RCP and GWT interfaces. CodePro Profiler helps you to identify performance issues in your Java code. In answering why the projects have been donated, Google's answer is simple "because it’s the right thing to do. We received many emails after we made the former Instantiations products free, to make them open source and we think this is overall the most responsible thing we can do for the community. It's fantastic technology, and we see no reason to keep it inside Google. We can't wait to see what comes next. " The Eclipse Foundation’s Executive Director, Mike Milinkovich, states that, “this is clearly a significant new project announcement, and very good news for Java developers using Eclipse. It has been impressive to see the continued growth and popularity of WindowBuilder, as this product has always filled a much needed gap in the Eclipse offerings. We look forward to it appearing in an Eclipse release soon. We’re very pleased with Google’s generous support of Eclipse, and the Java developer community around the world.” Both WindowBuilder and CodePro Profiler will become Eclipse projects in the first half of 2011. Once each one is set up as a project and available for download from the Eclipse site, the products will be accessible to use as open source code under the the standard Eclipse license. Eric Clayberg will manage the WindowBuilder project at the Eclipse Foundation and has already rallied more than a dozen volunteer committers. OnPositive will manage the CodePro Profiler project. Maybe you've had a vision for some cool features to add to WindowBuilder: now is your chance to work alongside the WindowBuilder developers to make it even better. Commercial support will be available for both projects. Genuitec will be providing the support for WindowBuilder, and OnPositive will be offering support for CodePro Profile.
May 23, 2023
by James Sugrue
· 18,662 Views · 2 Likes
article thumbnail
Keeping in Touch With EclipseCon 2009
There's only one weekend left until we get to EclipseCon 2009 - and I can't wait! You'll have already seen what talks I'm looking forward to. We'll have lots of coverage of the conference here at EclipseZone. Another really easy way to follow the conference is by using Twitter to follow EclipseCon people. All you need to do to find these people is head over to the EclipseCon Birds Nest. There's four different ways to partipate - as a standard follower, as a speaker, an exhibitor or an attendee. There's going to be a Twitter monitor in the lounge area for people to watch what people are saying about the conference. Twittervision - how cool is that?! Ian Skerrett is also planning a tweetup on Sunday night. Over the last few weeks I've become a Twitter addict myself - it's a great way to keep in touch with the latest goings on. (If you want to follow me, just go to my profile as dzonejames.) In other EclipseCon news, Sun Microsystems have become a Gold Sponsor for the conference. They will be showing their Eclipse support for JavaFX, GlassFish and Solaris. It's good to see Sun there. If you haven't registered yet, there's still time for advance registration, ending today. Make sure to use your DZone coupon to get 10% off, using the DZONE10 code. Otherwise you can register on site. So, if you want to stay in the loop for EclipseCon, become part of the Birds Nest , follow me around on Twitter and keep visiting EclipseZone.
May 23, 2023
by James Sugrue
· 6,372 Views · 1 Like
article thumbnail
How it Feels to Switch from Eclipse to Android Studio
So, Android Studio exists. While there are a number of fixes for the less-than-graceful aspects of Android development in Eclipse - Genymotion, right? - some are moving to Android Studio for a more stream-lined approach. This recent post from MeetMe's engineering blog details Bill Donahue's switch from Eclipse to Android Studio, and he has some pretty strong feelings about it. He says - and this is his own emphasis - the following: I will never go back to Eclipse Donahue then explains the key differences as he sees them. First he makes a list of complaints about Eclipse - constant refreshing, awkward UI building, hogging RAM, and so on - followed by a list of the improvements found in Android Studio, such as full-program themes, new UI tools, better stability and performance, and more. He does point to a couple of hiccups, such as the switch to a Gradle build, but it's more of a thing you're going to have to learn than an issue with Android Studio. Check out Donahue's full post for more details on the switch and the little things Android Studio does to make it more comfortable.
May 22, 2023
by Alec Noller
· 17,564 Views · 1 Like
article thumbnail
Building A Log Analytics Solution 10 Times More Cost-Effective Than Elasticsearch
Inverted indexing in Apache Doris 2.0.0 realizes two times faster log query performance than Elasticsearch with 1/5 of the storage space it uses.
May 19, 2023
by Shirley H.
· 5,380 Views · 4 Likes
article thumbnail
Real-Time Made Easy: An Introduction to SignalR
Discover the simplicity and intuitive nature of SignalR. Learn how to start using and fine-tuning this powerful tool for yourself, avoiding common mistakes.
May 17, 2023
by Yurii Palaida
· 2,626 Views · 4 Likes
article thumbnail
How To Measure DevOps Mean Time to Recovery (MTTR)
In this post, you'll discover what MTTR measures, why it's useful for industry research, reasons it can mislead you, and how you can avoid problems with MTTR.
May 17, 2023
by Steve Fenton
· 2,478 Views · 1 Like
article thumbnail
Testing Applications With JPA Buddy and Testcontainers
Testcontainers allows us to create a production-like environment for integration testing. Review the most popular case: testing an application’s services and data access layer.
May 17, 2023
by Andrey Belyaev
· 3,814 Views · 4 Likes
article thumbnail
Using Apache Pulsar and Spring Boot for Real-Time Stream Processing
In this article, the reader will learn how to build real-time stream processing applications using Apache Pulsar and Spring Boot.
May 11, 2023
by Anubhav Dubey
· 4,772 Views · 1 Like
article thumbnail
Postgres JSON Functions With Hibernate 5
Take a look at how you can add support for the JSON functions in your project that uses Hibernate 5 and Postgres with the posjsonhelper library.
May 10, 2023
by Szymon Tarnowski DZone Core CORE
· 10,360 Views · 5 Likes
article thumbnail
Ultrafast Application Development With MicroStream and PostgreSQL Integration Using Jakarta EE
Explore the integration between MicroStream and PostgreSQL, leveraging Jakarta Data to enhance the development process and create ultrafast applications.
May 10, 2023
by Otavio Santana DZone Core CORE
· 7,399 Views · 3 Likes
article thumbnail
Preventing Data Loss With Kafka Listeners in Spring Boot
In this article, we'll look at how to build Kafka listeners with Spring Boot and how to use Kafka's acknowledgment mechanisms.
May 8, 2023
by Viacheslav Shago
· 31,970 Views · 5 Likes
article thumbnail
Telemetry With Scala, Part 1: OpenTelemetry
This blog post is the first of a series of articles aimed to show a landscape of metrics and telemetry solutions possible to use in different Scala ecosystems.
May 8, 2023
by Ivan Kurchenko
· 2,706 Views · 3 Likes
article thumbnail
Spring Boot and Time Series Data in ScyllaDB
Follow this NoSQL tutorial on how to use Spring Boot apps with ScyllaDB for time series data, taking advantage of shard-aware drivers and prepared statements.
May 7, 2023
by Guy Shtub
· 4,684 Views · 2 Likes
article thumbnail
Spring Boot and Apache Kafka [Video Tutorials]
Explore a video tutorial series regarding Spring Boot exchanging messages with the Apache Kafka server on the Amazon EC2 Instance.
May 6, 2023
by Ram N
· 5,403 Views · 2 Likes
article thumbnail
Efficient Sharing Data in Ansible
In this article, the reader will explore and learn how to share data in Ansible between roles and playbooks efficiently.
May 5, 2023
by Denis Matveev
· 5,703 Views · 6 Likes
article thumbnail
Building and Deploying Microservices With Spring Boot and Docker
By utilizing Spring Boot and Docker to construct and launch microservices, you can establish a robust and adaptable approach to fabricating applications
May 4, 2023
by Charles Ituah
· 9,041 Views · 1 Like
article thumbnail
Building a Flask Web Application With Docker: A Step-by-Step Guide
Flask is a popular web framework for building web applications in Python. Docker is a platform that allows developers to package and deploy applications in containers.
May 4, 2023
by Joseph owino
· 7,724 Views · 5 Likes
article thumbnail
Unlocking the Power of Explainable AI With 5 Popular Python Frameworks
Discover how to get the most out of Explainable AI with the help of five popular Python frameworks. Learn how to uncover hidden patterns in data.
May 2, 2023
by Jennifer Wales
· 4,223 Views · 1 Like
  • Previous
  • ...
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • ...
  • Next
  • RSS
  • X
  • Facebook

ABOUT US

  • About DZone
  • Support and feedback
  • Community research

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 215
  • Nashville, TN 37211
  • [email protected]

Let's be friends:

  • RSS
  • X
  • Facebook
×