English 中文(简体)
APEX和云层协商[闭门]
原标题:Consultation on APEX and Cloud [closed]

我获得了一个小型诊所项目,该项目规模非常小,可能包括5个接待或登记和账单、药房、仓库、实验室、薪工单,因为你知道该项目的大部分业务,如果我们采用第一个单元,将像CRUD业务那样:

for the first department "Registration and billing " there will be form which contains the details of the patient and then the billing part will contain the entry fee and then if the patient goes to Dr then goes to pharmacy his details should be there in the pharmacy page where the medicine that he is going to buy will be added to his profile and then print the receipt.

我现在的问题是:

  1. Can apex do this project.
  2. Can I use the bar code to get the product details.
  3. Can I add figure print machine for the employees attendance.
  4. Can I integrate apex with some pages from JSP in case if I have dynamic module needs more control driven mechanisms.

3. 与11gXE和云层有关的问题:

  1. Can I use apex and 11g xe for free and install them in server in my organization? If yes, so What are the limitations ?
  2. If am going to deploy it on cloud shall they will use Oracle 11g XE or Oracle SE or EE, or it depends on my request ?
  3. If I greed to start apex and I would like to deploy it on cloud is there any requirements , like Do I have to first contact Oracle and ask them to give me the login to apex on cloud and work remotely , Or Can first develop it here in my machine and then contact oracle and deploy it on cloud .

If apex is not recommended for such projects please tell me before I start , and I will replace it with Java EE6

最佳回答
  1. Can apex do this project.

Yes.

  1. Can I use the bar code to get the product details.

客户与客户之间的交流与网络应用有条不紊。 http://code.google.com j Query plug-in to负责聆听和捕获条码扫描仪的输出”。 但这将是该项目中最困难的部分。

  1. Can I add figure print machine for the employees attendance.

缩略语 贵族人民党能做吗?

  1. Can I integrate apex with some pages from JSP in case if I have dynamic module needs more control driven mechanisms.

根据违约,Apex从数据库的http服务器中操作。 如果你想把贾瓦服务器页包括在内,你需要一个单独的网络服务器,而你的架构只是变得更加复杂。 好消息是,Apex能够支持非常复杂的互动,因此,你需要JP的机会很小。

  1. Can I use apex and 11g xe for free and install them in server in my organization?

是的。 关于限制,我建议使用

  1. If am going to deploy it on cloud shall they will use Oracle 11g XE or Oracle SE or EE, or it depends on my request ?

什么云层? “cl”只是远距离托管的一般术语。 但一般而言,云层问题就是要选择。 而且,铭记甲骨质许可证仍然适用:当你部署Oracle SE或EE时,你将需要向Per CPU发放许可证,这样,如果你放弃像AWS Elgal云这样的灵活做法,就会谨慎。

  1. If I greed to start apex and I would like to deploy it on cloud is there any requirements

同样,什么是乌云? 甲骨质没有接收器具,因此,你为什么需要与它们联系? 。 摘录更多

(OTN do ,但仅用于评价 实际操作,甚至开发生产系统。


“我对你的回答有几点评论。”

你的原始问题使SO的任务变得紧张,而SO是一个方案拟订地点。 你的后续问题完全是次要的,因为这些问题主要是商业问题,因此,对大多数问题的答复是“取决于”。

扶养费包括:

  • budget
  • available skill set
  • privacy and data protection compliance
  • number of users
  • amount of data
  • usage profile
  • complexity of application
  • on-site facilities
  • reliability and availability requirements

如果你不知道如何分析这些因素,并利用这些因素来评估建筑解决办法,那么你就应当雇用能够雇用的一些人。 这一工作在时间、时间、时间、时间或时间上进行衡量,超出了你合理期望人们在Q&(A)地点做的工作。

记住:你从互联网上一些随机bl布获得的自由建议,完全值得你支付。

问题回答

暂无回答




相关问题
Export tables from SQL Server to be imported to Oracle 10g

I m trying to export some tables from SQL Server 2005 and then create those tables and populate them in Oracle. I have about 10 tables, varying from 4 columns up to 25. I m not using any constraints/...

Connecting to Oracle 10g with ODBC from Excel VBA

The following code works. the connection opens fine but recordset.recordCount always returns -1 when there is data in the table. ANd If I try to call any methods/properties on recordset it crashes ...

How to make a one to one left outer join?

I was wondering, is there a way to make a kind of one to one left outer join: I need a join that matches say table A with table B, for each record on table A it must search for its pair on table B, ...

Insert if not exists Oracle

I need to be able to run an Oracle query which goes to insert a number of rows, but it also checks to see if a primary key exists and if it does, then it skips that insert. Something like: INSERT ALL ...

How can I store NULLs in NOT NULL field?

I just came across NULL values in NOT-NULL fields in our test database. How could they get there? I know that NOT-NULL constraints can be altered with NOVALIDATE clause, but that would change table s ...

Type reference scope

I m studying databases and am currently working on a object-relational DB project and I ve encountered a small problem with the number of possible constraints in an object table. I m using "Database ...

OracleParameter and DBNull.Value

we have a table in an Oracle Database which contains a column with the type Char(3 Byte). Now we use a parameterized sql to select some rows with a DBNull.Value and it doesn t work: OracleCommand ...

热门标签