You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/migrate/appcat/java-preview.md
+8-12Lines changed: 8 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -300,9 +300,11 @@ In the **samples** directory, you can find the following scripts to run differen
300
300
301
301
These scripts are intended to be used with the Airsonic-Advanced project — a community-driven, web-based media streamer that allows you to access and share your music collection.
302
302
You can clone the application repository manually using the following command:
After cloning, provide the path to the cloned folder when running the assessment scripts. Depending on your operating system, run the appropriate script, as shown in the following example:
307
309
308
310
> [!NOTE]
@@ -326,25 +328,19 @@ The reports are automatically generated and launched. You can find the reports u
326
328
327
329
### Summary of the analysis
328
330
329
-
The landing page of the report lists all the analyzed applications and its detected issues numbers. After you select an individual application, it will show you more details.
330
-
331
-
It will show a issue list by different issue domains: Azure Readiness, Cloud Native, and Java Modernization.
332
-
333
-
that are used in the application. The dashboard provides a summary of the analysis, including the number of transformation incidents, the incidents categories, or the story points.
331
+
The landing page of the report presents a summary view of all analyzed applications. From here, you can easily navigate to individual application reports to explore detailed findings.
334
332
335
333
:::image type="content" source="media/java/appcat-7-report-summary.png" alt-text="Screenshot of the appcat summary report." lightbox="media/java/appcat-7-report-summary.png":::
336
334
337
-
When you zoom in on the **Incidents by Category** pie chart, you can see the number of incidents by category: **Mandatory**, **Optional**, and **Potential**.
338
-
339
-
The dashboard also shows the *story points*. The story points are an abstract metric commonly used in Agile software development to estimate the level of effort needed to implement a feature or change. `appcat` uses story points to express the level of effort needed to migrate a particular application. Story points don't necessarily translate to work hours, but the value should be consistent across tasks.
340
-
341
-
:::image type="content" source="media/java/appcat-7-report-summary-incident.png" alt-text="Screenshot of the AppCAT summary incident report." lightbox="media/java/appcat-7-report-summary-incident.png":::
335
+
The *Ask Copilot* button in the upper-right corner redirects you to the *GitHub Copilot App Modernization for Java* extension in Visual Studio Code, which provides an interactive experience for migrating Java applications — powered by AppCAT and GitHub Copilot's AI capabilities.
342
336
343
337
### Assessment report
344
338
345
-
The assessment report gives an overview of the transformation issues that would need to be solved to migrate the application to Azure.
339
+
The assessment report provides an overview of the transformation issues that need to be addressed to successfully migrate the application to Azure.
340
+
341
+
Each *Issue*, also referred to as an *Incident*, is categorized by severity (Mandatory, Optional, or Potential) and includes the number of impacted lines of code.
346
342
347
-
These *Issues*, also called *Incidents*, have a severity (*Mandatory*, *Optional*, or *Potential*), and the number of impacted code lines.
343
+
The *Dependencies* and *Technologies* tabs display the libraries and technologies used within the application.
348
344
349
345
:::image type="content" source="media/java/appcat-7-report-assessment.png" alt-text="Screenshot of the AppCAT assessment report." lightbox="media/java/appcat-7-report-assessment.png":::
0 commit comments