現在、10 個のゲームがあり、それらを WEB-CONTENT フォルダーに配置しました。将来、100以上のゲームがある場合、それらすべてをそのフォルダーにのみ配置する必要がありますか..??? これは私がしている正しいことですか?
ありがとう
現在、10 個のゲームがあり、それらを WEB-CONTENT フォルダーに配置しました。将来、100以上のゲームがある場合、それらすべてをそのフォルダーにのみ配置する必要がありますか..??? これは私がしている正しいことですか?
ありがとう
Yes, this is the right way to do it. Place all the resources of your application ( including .swf files ) in the WebContent folder.
As a best practice is to create a hierarchical structure of folders inside the WebContent. ( eq: type of games, date, and so on )
Also there is an alternative, to investigate if there is a need to keep those games in other servers. And the reason is that we will have massive download on your main application. In order to simulate that you can have multiple java applications for your main app and for the replicated machines that only keep the specific games. ( this is a use case for the new games, or high wanted resources )