Rechercher

Resumo
· Nov. 1

InterSystems開発者コミュニティのダイジェスト、10月 2025

10月 2025開発者コミュニティ ニュースレターへようこそ。
全体統計
16 件の新しい投稿が公開 (10月 月):
 12件の新着記事
 4の新しい発表
2 人の新メンバーが参加 (10月 月)
1,585 件の投稿が公開 (全期間)
338 人のメンバーが参加 (全期間)
トップ記事
今月のトップ作家
記事
#InterSystems IRIS
InterSystems IRIS Workflow Engine によるタスクのフロー - 外部アプリケーションへの接続
Toshihiko Minamoto順
IRIS のベクトル検索を活用しユーザーへ最新で正確な応答を提供する RAG AI チャットボットを作成するチュートリアル
Mihoko Iijima順
ユニットテストによる部分コードのカバレッジの例
Toshihiko Minamoto順
IRIS for Health を使用したデジタルヘルス相互運用性(Interoperability)ソリューション構築入門チュートリアル
Mihoko Iijima順
SQLアクセスとオブジェクトアクセスを混在させた時のトランザクション管理
Hiroshi Sato順
文字列プロパティの数値 order by の並び順
Hiroshi Sato順
エラーが発生する原因
Hiroshi Sato順
 ベクトル検索のサンプルをやってみた
Kosaku Ikeda順
Pythonダンダーメソッド入門
Toshihiko Minamoto順
IRIS環境でのPythonプログラミング入門
Toshihiko Minamoto順
#InterSystems IRIS for Health
お知らせ
10月, 2025Month at a GlanceInterSystems Developer Community
Anúncio
· Out. 31

[Video] Source Control Interoperability Productions in a Decomposed Format

Hey Community!

We're happy to share a new video from our InterSystems Developers YouTube:

      ⏯  Source Control Interoperability Productions in a Decomposed Format @ Ready 2025

 

The demo shows how to use embedded Git in IRIS to decompose interoperability productions into separate files. Instead of one large class file, each production item is exported as its own .PTD file. This makes source control cleaner, reduces merge conflicts, and lets multiple developers edit the same production independently, while everything in IRIS still looks and works the same.

🗣 Presenter: @Pravin Barton, Development Manager, InterSystems

Enjoy watching, and subscribe for more videos! 👍

Discussão (0)1
Entre ou crie uma conta para continuar
Artigo
· Out. 31 3min de leitura

Wireless Access Points: Enhancing Connectivity in Modern Networks

In today’s digital era, uninterrupted wireless connectivity has become a necessity for both personal and professional environments. A Wireless Access Point (WAP) plays a key role in delivering seamless wireless communication within a network. Acting as a bridge between wired and wireless networks, it enables multiple devices to connect to a local area network (LAN) using Wi-Fi. The efficiency and performance of a network depend significantly on the quality and configuration of its access points.

What is a Wireless Access Point?
A Wireless Access Point is a networking device that allows Wi-Fi-enabled devices to connect to a wired network. It connects to a router, switch, or hub via an Ethernet cable and projects a wireless signal to a designated area. In large organizations, multiple access points are used to extend Wi-Fi coverage across buildings and campuses. Unlike a simple Wi-Fi router, which combines routing and wireless functionality, a WAP solely focuses on managing wireless communication, offering greater scalability and reliability for growing networks.

How Wireless Access Points Work
The operation of a Wireless Access Point is relatively straightforward. When a device with Wi-Fi capability sends a request to access the network, the WAP receives the signal, authenticates the user, and forwards the data to the main network infrastructure. It functions as a central transmitter and receiver of wireless radio signals, managing communication between devices and ensuring efficient data transfer. Modern access points support various wireless standards, such as Wi-Fi 5 (802.11ac) and Wi-Fi 6 (802.11ax), which deliver higher speeds, better coverage, and improved performance.

Benefits of Using Wireless Access Points
Wireless Access Points offer several advantages over traditional wireless routers. They provide greater coverage, allowing users to stay connected throughout large areas without signal drops. WAPs can handle numerous simultaneous connections, making them ideal for offices, schools, and public venues. They also enable centralized management, where administrators can monitor, control, and secure all access points through a single interface. Moreover, the scalability of WAP systems allows businesses to expand their wireless network effortlessly as their needs grow.

Applications of Wireless Access Points
Wireless Access Points are widely used in various settings, including corporate offices, educational institutions, hospitals, and hospitality industries. In corporate environments, they ensure stable and fast wireless communication among employees and departments. Educational campuses rely on WAPs to provide internet access to students and staff across multiple buildings. In hospitality and retail sectors, access points deliver reliable Wi-Fi services to customers, enhancing user experience and engagement.

Conclusion
Wireless Access Points have revolutionized how networks operate, promoting mobility, flexibility, and productivity. As organizations increasingly depend on wireless communication, investing in advanced WAP technology ensures efficient connectivity and data transmission. Whether deployed in small offices or large enterprises, WAPs remain a vital component of modern IT infrastructure, shaping the future of seamless wireless networking.

Discussão (0)1
Entre ou crie uma conta para continuar
Discussão (0)1
Entre ou crie uma conta para continuar
Pergunta
· Out. 31

Visual Studio terminal crashes when executing a simple set instruction

Hi,

I'd like to report a really strange behavior of the Intersystems Lite Terminal after executing a simple ObjectScript instruction.

From the Intersystems Lite terminal, execute the following instructions:

- Set uniqueId = "12345678_1"
- Set uniqueId = $p(uniqueId,"_",1)_"_"_($p(uniqueId,"_",*)+1)
After executing the second instruction, the terminal closes without any error.

Even stranger, when the second instruction is executed with 2 instead of 1, it executes correctly:
- Set uniqueId = "12345678_1"
- Set uniqueId = $p(uniqueId,"_",1)_"_"_($p(uniqueId,"_",*)+2)
- Write uniqueId
12345678_3

Installed Versions

VS

Version: 1.105.1 (user setup)
Commit: 7d842fb85a0275a4a8e4d7e040d2625abbf7f084
Date: 2025-10-14T22:33:36.618Z
Electron: 37.6.0
ElectronBuildId: 12502201
Chromium: 138.0.7204.251
Node.js: 22.19.0
V8: 13.8.258.32-electron.0
OS: Windows_NT x64 10.0.26100

Extensions

Identifier

intersystems-community.vscode-objectscript

Version

3.2.0

Identifier

intersystems-community.servermanager

Version

3.10.5

Does anyone have any ideas on how to get around this problem?

Regards

Rudy

2 novos comentários
Discussão (2)3
Entre ou crie uma conta para continuar