ADVERTISEMENT

PH further strengthens navy-to-navy alliance with Japan

Published Nov 27, 2025 01:59 pm
Rear Admiral Joe Anthony C. Orbe, commander of the Philippine Navy's Philippine Fleet, together with Commander Makoto Ozawa, Commanding Officer of JS Harusame (DD102), aboard the destroyer JS Harusame (DD102). (photo: PH Navy)
Rear Admiral Joe Anthony C. Orbe, commander of the Philippine Navy's Philippine Fleet, together with Commander Makoto Ozawa, Commanding Officer of JS Harusame (DD102), aboard the destroyer JS Harusame (DD102). (photo: PH Navy)
The Philippine Navy has further strengthened its alliance with the Japan Maritime Self-Defense Force (JMSDF) as part of the measures to enhance professional expertise and operational interoperability between the two countries.
Read Admiral Joe Anthony C. Orbe, commander of the Navy’s Philippine Fleet, said the four-day visit of the JMSDF destroyer Harusame (DD102) that started on Wednesday, Nov. 26, also reaffirmed the two nations’ commitment to supporting the shared goal of a secure and stable maritime environment through bilateral trust.
“This visit underscores the continued efforts to strengthen maritime cooperation and foster stronger ties between the Philippine Navy and the JMSDF,” Orbe said.
During the visit, Orbe assured the visiting JMSDF delegates, led by Commander Makoto Ozawa, of the Navy’s readiness to provide any assistance they may require.
The two officials exchanged insights from their experiences as ship commanding officers as the JMSDF destroyer Harusame made port at Naval Operating Base-Subic, Zambales.
As part of the visit, a shipboard tour of the JMSDF destroyer by the Philippine Fleet Commander and staff was conducted which allowed them to familiarize the vessel’s equipment and technology, while also promoting knowledge sharing and enhancing mutual appreciation of each other’s maritime assets and operational procedures.
The visit will conclude with a send-off ceremony on Nov. 29.
Regular patrol
Aside from strengthening alliance with allied countries, the Armed Forces of the Philippines and the Philippine Coast Guard have been stepping up patrols in the West Philippine Sea amid the presence of Chinese vessels.
Navy spokesman Rear Admiral Roy Vincent Trinidad earlier said that the AFP has an ongoing patrol on air and sea in the West Philippine Sea under the Northern Luzon Command and Western Command.
Strategies
The regular patrol and the broadening of alliance with other countries are among the strategies that would safeguard the country’s sovereignty, protect maritime rights, and uphold a rules-based international order, according to Jose Antonio Goitia, chairman emeritus of four civic-oriented groups that include Filipinos Do Not Yield Movement.
“Presence is power, especially when it is grounded in legality. Even with limited assets, the Philippines demonstrates resolve and shows the world that strength is defined by commitment, not intimidation,” said Goitia.
“When nations stand with you, aggression becomes harder to hide and impossible to justify. These partnerships show that the Philippines is far from isolated and that China’s actions are under global scrutiny,” he added.
Aside from the two, Goitia mentioned the strategy of documenting violations of international laws that include ramming and use of water cannons on Philippine vessels, as well as the mobilization of other government agencies for a whole-of-nation approach in defending the Philippine territory as good ways to safeguard the country’s sovereignty.
He praised the AFP’s decisive initiatives to protect the country,” They reflect a nation that refuses to bow to bullying and coercion.”
Goitia called on Filipinos to remain vigilant and united amid the AFP’s strengthened approach, “Sovereignty survives only when a nation chooses courage over fear and truth over intimidation. The Philippines will stand its ground. It will not yield to bullying."
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.