Could Confluence be integrated with an ad-hoc develop in .NET ?
Yes, but i don't only need validate or dispaly information. I need add it in confluence from the ad-hoc application (writing code).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So your application needs to update wiki pages. Again, REST is probably your best bet.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes.
I think you need to expand on this question if you want more detail - "integrate X with Y using technology Z" is quite a vague question. The answer is generally "yes", but there's usually caveats.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Nic. We are developing an ASP.NET application. En each screen we need to add a control (or something like that) to write something about the entity (e.g. the Client "Lopez S.R.L." pay the Budget number 23343) and that information must be sync with the wiki.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, so if I've understood this, your application needs to look up something in confluence to be validated and/or displayed?
I'd reach for the REST interface - you can use that to search and confirm the existence of a page from Confluence, and then scrape relevant information from the page to be displayed in your app.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.