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 Integration Topics

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,079 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,789 Views · 5 Likes
article thumbnail
Comparing Akka Streams, Kafka Streams and Spark Streaming
We'll discuss the pros and cons of the frameworks and which to use when.
Updated May 9, 2022
by Daniel Ciocirlan
· 23,481 Views · 3 Likes
article thumbnail
OPC-UA, MQTT, and Apache Kafka: The Trinity of Data Streaming in IoT
Learn about Apache Kafka, MQTT, and OPC-UA for data streaming in IoT and Industry 4.0, including architectures, comparisons, and examples from Audi and BMW.
May 9, 2022
by Kai Wähner DZone Core CORE
· 10,847 Views · 10 Likes
article thumbnail
A Guide to Understanding Vue Lifecycle Hooks
Vue has a lot of lifecycle hooks, and what can be confusing is what each one means or does. We'll be covering what each lifecycle hook does, and how to use them.
May 9, 2022
by Johnny Simpson
· 6,754 Views · 3 Likes
article thumbnail
The Difference Between the Composition API and Options API in Vue
Let's look at the two main ways you can create components in Vue
May 9, 2022
by Johnny Simpson
· 3,774 Views · 2 Likes
article thumbnail
How to Leverage Method Chaining To Add Smart Message Routing in Java
This article explores how to use method chaining to add routing information to serialized data structures in a lightweight fashion, where the routing information can be read separately by an intelligent message router.
May 9, 2022
by Rob Austin
· 6,086 Views · 8 Likes
article thumbnail
What Is ERP Testing? - A Brief Guide
In this article, we will see What is ERP Testing, Types of ERP Testing and its benefits.
May 9, 2022
by Deepali chadokar
· 5,260 Views · 5 Likes
article thumbnail
An Introduction to Milvus Python SDK and API
Learn how SDKs interact with Milvus and why ORM-style API helps you better manage Milvus.
May 9, 2022
by Xuan Yang
· 2,848 Views · 3 Likes
article thumbnail
Vue 3 Reactivity Composition API Using Reactive() And Ref()
Learn how to use reactivity in Vue 3 with the Composition API approach by using reactive and ref functions.
May 5, 2022
by Saurabh Dashora DZone Core CORE
· 11,441 Views · 4 Likes
article thumbnail
Salesforce and Snowflake Native Data Integration Options
Salesforce and Snowflake's partnership fruited prebuilt, bi-directional integration options between the two leading platforms in CRM and Data domains.
May 5, 2022
by Istvan Szegedi
· 5,592 Views · 2 Likes
article thumbnail
Creating Microservices in Nest.js
This article attempts to demystify microservices by showing devs how to create a set of microservices using one of their favorite frameworks: Nest.js!
May 5, 2022
by David Thor
· 7,295 Views · 5 Likes
article thumbnail
Quality Engineering Design for AI Platform Adoption
AI platform adoption forces testing the algorithm, data, integrations, safety, security, performance, UX, and training models.
May 3, 2022
by Anbu Muppidathi
· 6,724 Views · 5 Likes
article thumbnail
How to Move IBM App Connect Enterprise to Containers
IBM App Connect Enterprise was initially created at a time when much integration was performed using messaging, and specifically IBM MQ.
May 3, 2022
by Amar Shah
· 4,114 Views · 3 Likes
article thumbnail
How to Integrate Zoom in React Application?
In simple language, step by step, we shared the zoom integration process in the react application.
May 3, 2022
by Kamal Singh
· 6,133 Views · 3 Likes
article thumbnail
Build a Query in MuleSoft With Optional Parameters
This tutorial article demonstrates a simple approach to building a query in MuleSoft using optional parameters for both filtering and sorting.
Updated May 3, 2022
by Daniela Mogini
· 9,719 Views · 5 Likes
article thumbnail
The 5 Healthcare AI Trends Technologists Need to Know
With the increased investments and interest from a broader range of users, it’s encouraging to see how a highly regulated industry like healthcare is ushering in AI.
May 2, 2022
by David Talby
· 7,175 Views · 6 Likes
article thumbnail
How to Set Up and Run PostgreSQL Change Data Capture
PostgreSQL offers a Logical Decoding Method to make log-based change data capture possible. Learn how to set up and run Postgres CDC in a few steps.
May 2, 2022
by Dmitry Narizhnykh DZone Core CORE
· 4,879 Views · 8 Likes
article thumbnail
SOAP APIs Aren't Scary: What You Should Know Before You Build a SOAP Integration
Integrating with SOAP APIs can be daunting. Let’s explore some basic SOAP concepts and tools that make building SOAP integrations easier.
Updated May 1, 2022
by Taylor Reece
· 5,684 Views · 3 Likes
article thumbnail
API Security Weekly: Issue 163
Why API security strategies fail, AWS keynote on good API design, Cisco on API discovery, and the biggest breaches in 2021.
April 30, 2022
by Colin Domoney
· 6,578 Views · 3 Likes
  • Previous
  • ...
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • ...
  • 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
×