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
A Guide to Test Automation Types, Tools, and Benefits
Why should you have to do all that heavy testing lifting by yourself? Or at all?
Updated May 19, 2022
by Praveen Mishra
· 41,110 Views · 23 Likes
article thumbnail
Creating a Spring Boot Project With Eclipse and Maven
In this article, we look at three options for creating Spring Boot projects with Maven and Eclipse: using Spring Initializr, using the STS plugin, and doing it manually.
Updated May 18, 2022
by Ranga Karanam
· 484,410 Views · 19 Likes
article thumbnail
Creating a REST Web Service With Java and Spring (Part 1)
In the first part of this series, we take a look at how the design of the web service we'll be creating, and the tech we'll be using to there.
Updated May 17, 2022
by Justin Albano DZone Core CORE
· 441,454 Views · 78 Likes
article thumbnail
Autowiring in Spring
Spring can automatically detect the relationships between various beans. Learn how to do this using the XML-based autowiring functionality.
Updated May 16, 2022
by John Thompson
· 221,489 Views · 54 Likes
article thumbnail
Building a Login Screen With React and Bootstrap
We will build an elegant login screen super fast using React and Bootstrap 5.
May 16, 2022
by Advait Ruia
· 6,156 Views · 1 Like
article thumbnail
Suspicious Sortings in Unity, ASP.NET Core, and More
Time to review sorts and how devs can botch them.
May 13, 2022
by Sergey Vasiliev
· 6,119 Views · 5 Likes
article thumbnail
Image Classification Using SingleStore DB, Keras, and Tensorflow
Follow along in this tutorial to learn how to store Fashion MNIST images and ML predictions in SingleStore DB.
Updated May 13, 2022
by Akmal Chaudhri DZone Core CORE
· 7,690 Views · 3 Likes
article thumbnail
Flutter vs React Native. How to Cover All Mobile Platforms in 2022 With No Hassle
In this article, we will compare Flutter and React Native to decide which framework to choose for mobile app development.
May 13, 2022
by Sergey Laptick
· 5,939 Views · 2 Likes
article thumbnail
Exporting and Importing Projects in Eclipse
I admit that I have (a few? or not so few) bad habits: one of them is that usually, I find a way to do things, and if that works, I stick with it. I know that there are other ways to do things, but hey, why bother? and sometimes a good friend asks an excellent question (are there any bad questions?), and this lets me review the way I’m doing things. and here is such a thing: exporting and importing projects in eclipse. Archive Files With Drag & Drop Here is how I usually move or copy a project to another machine: Find the project place on my hard disk. an easy way is to select the project folder and use the context menu with show in windows explorer Zip that projects into an archive file Delete from that archive file any derived resources (see dissection of mcu10 projects ), as well as remove all the version control information. Copy the archive file into the destination workspace and unzip it there Then drag&drop that folder into eclipse: this will import that project into the workspace. Instead of the folder I simply can drag&drop as well the .project file note: best if i drag&drop the project into the ‘codewarrior projects’ view. this will not work if i drop it into the processor expert ‘project panel’ view. well, that works, and I really get used to that process. so why bother? because there is actually a better way: to export and import. The Export and Import Way 1. Select one or more project and use the ‘export’ context menu or file > export. Here select general > archive file: export project as archive file 2. In the ext dialog, you can deselect files and folder. additionally, you need to specify the archive file. You could use filter types (e.g. to include *.c and *.h). I really wish that this dialog would consider the ‘derived’ flags for files and folder, so I could deselect them easier. archive file settings 3. In the destination workspace, use the menu file > import : import dialog to import a project and here is the stumbling point: Do not (!) select ‘archive file’, but ‘ existing projects into workspace ‘. I have exported it as archive file, but importing an archive file is importing an archive file inside a project , not (!) as a project . This is a usability quirk in eclipse. 4. In the next dialog, you can choose the archive file and make adjustments which project you want to import. Note that it will automatically copy the projects into my workspace. import archive projects 5. Click finish, and the projects get imported. Summary I'm using combinations of both ways: the archive file produced by the export is not different from an archive file I create with my winzip archive utility (or any other tool like this one). for both export ways, I need to manually remove what I do not want in the archive file. I wish there would be better support for this. but for importing projects the import functionality is really good, as it avoids the copy/extract/drag&drop way: I can go through two dialogs, and that’s it. happy export-import ps: thanks to mark ruthenbeck having me considering more the export/import way!
May 10, 2022
by Erich Styger
· 153,139 Views · 8 Likes
article thumbnail
How to Configure Git in Eclipse IDE
Let's get Git configured in Eclipse so you can import and perform operations on repos within your IDE.
Updated May 10, 2022
by Vishwas Sampath
· 46,794 Views · 5 Likes
article thumbnail
Proven Tips to Optimize the Performance of React Native App
For modern mobile app developers, React Native is the most promising and viable framework took for developing cross-platform applications.
May 4, 2022
by Heena Soni
· 4,813 Views · 4 Likes
article thumbnail
Testing Schema Registry: Spring Boot and Apache Kafka With JSON Schema
Learn how to write tests for the Schema Registry for Apache Kafka using Spring Boot, MockSchemaRegistryClient, and EmbeddedKafka with JSON Schema.
May 4, 2022
by Mukut Bhattacharjee
· 16,621 Views · 4 Likes
article thumbnail
10 Steps to Become an Outstanding Java Developer
If you are a Java developer and passionate about technology, you can follow these ten steps which could make you an outstanding Java developer.
Updated May 3, 2022
by Siva Prasad Reddy Katamreddy
· 318,167 Views · 59 Likes
article thumbnail
Top 10 Criteria to Select the Best Angular Development Company
Consider these 10 points before selecting the angular development company.
May 3, 2022
by Kamal Singh
· 5,185 Views · 4 Likes
article thumbnail
How to Start Using Natural Language Processing With PyTorch
Natural language processing with PyTorch can be overwhelming, but it is the best way to start in the NLP space.
May 2, 2022
by Kevin Vu
· 6,627 Views · 5 Likes
article thumbnail
Laravel Cron Scheduling and Its Secrets
If the number of cron tasks increase, or their effort becomes too heavy, there are internal behaviors you need to know to avoid big headaches.
May 1, 2022
by Valerio Barbera
· 5,905 Views · 3 Likes
article thumbnail
API Test Automation With RestAssured Library and Cucumber BDD Framework
REST (Representational State Transfer) is an architecture that consumes HTTP calls for inter-system communication where a client can access the server resource with a unique URI, and the response of the resource is returned.
April 28, 2022
by Ramit Dhamija
· 6,839 Views · 3 Likes
article thumbnail
Angular + React: Vulnerability Cheatsheet
Learn about the most common vulnerabilities to look out for in Angular and React applications such as template injection, XSSI, authentication bypass, and more.
April 27, 2022
by Vickie Li
· 13,324 Views · 3 Likes
article thumbnail
Running Spring Boot Application With Embedded Camunda Engine
In this article, see how to set up a Spring Boot application with embedded Camunda engine and Camunda BPM Initializr.
Updated April 26, 2022
by Alok Singh
· 50,484 Views · 10 Likes
article thumbnail
GNN Demo Using PyTorch Lightning and PyTorch Geometric
A Graph Neural Networks (GNN) benchmark demonstration using PyTorch Lightning and PyTorch Geometric.
April 26, 2022
by Kevin Vu
· 4,063 Views · 2 Likes
  • Previous
  • ...
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • ...
  • 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
×