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
+17-7Lines changed: 17 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -290,8 +290,6 @@ The `--input` flag should point to a file or directory containing XML rules, and
290
290
> [!NOTE]
291
291
> Ensure that the file permissions for scripts in the extracted folder are set to allow execution.
292
292
293
-
In the **samples** folder, you can find a sample web application called **airsonic.war**. Airsonic is a web-based media streamer, providing access to your music and enabling you to share it with friends. To learn more about Airsonic, see [Airsonic](https://github.com/airsonic/airsonic).
294
-
295
293
In the **samples** directory, you can find the following scripts to run different types of analysis:
296
294
297
295
-**run-assessment**: Provides a report with code assessment and steps for migrating Airsonic to Azure App Service on Tomcat.
@@ -300,18 +298,26 @@ In the **samples** directory, you can find the following scripts to run differen
300
298
-**run-assessment-openjdk21**: Generates a report with code assessment and steps for migrating Airsonic to OpenJDK 21.
301
299
-**run-assessment-package-only**: Produces a report by assessing specific packages.
302
300
303
-
Depending on your operating system, run the appropriate script, as shown in the following example:
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
+
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
+
308
+
> [!NOTE]
309
+
> Make sure you have cloned the Airsonic Advanced project to a local path before running the scripts.
@@ -320,7 +326,11 @@ The reports are automatically generated and launched. You can find the reports u
320
326
321
327
### Summary of the analysis
322
328
323
-
The landing page of the report lists all the technologies 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.
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.
324
334
325
335
:::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":::
326
336
@@ -334,7 +344,7 @@ The dashboard also shows the *story points*. The story points are an abstract me
334
344
335
345
The assessment report gives an overview of the transformation issues that would need to be solved to migrate the application to Azure.
336
346
337
-
These *Issues*, also called *Incidents*, have a severity (*Mandatory*, *Optional*, or *Potential*), a level of effort, and a number indicating the story points. The story points are determined by calculating the number of incidents times the effort required to address the issue.
347
+
These *Issues*, also called *Incidents*, have a severity (*Mandatory*, *Optional*, or *Potential*), and the number of impacted code lines.
338
348
339
349
:::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