• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Desktop client for BPM suite

chakraps

Member
I'm new to software development and I'm learning. So please bear with me if my questions appear basic or noobish.

My experience started with using a proprietary BPM suite. I believe its based on the J2EE platform. Its offered both as on-premise & cloud hosted SAAS offering.

I want to build a desktop client/gadget/widget for this BPM suite. Nothing fancy to start with. User installs client. Sets up an account to connect to an instance of the BPM software. The client should then show pop-up alerts whenever a new task gets assigned to the user.

At this stage, I want to focus on how to build a basic client quickly and authenticate logged in user via the client. Could you guys give me pointers on what technologies I should look at to design the client and how authentication is handled in similar systems.

Thanks
 
Oh, yeah, I forgot about this thread. I assume BPM means Business Process Management. Do you happen to know the name of the suite? Can you tell us? It wouldn't happen to be Jira, would it?

Otherwise, how would one normally log in to the suite? With a web browser? Have you looked at libcurl in that case?
 
What is the BPM suite that you are going to use?

Chances are the functionality that you are looking to create is already supplied out of the box. I think you'll find that most BPMs provide a web interface for you.

The purpose of a BPM is to allow you to focus on the business logic without worrying about how to handle creating tasks lists, authentication, etc...
 
Back
Top